File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11### [ @coreui/angular ] ( https://coreui.io/ ) changelog
22
3+ ##### ` v2.7.x `
4+ - fix(sidebar-nav): @angular/router has no exported member QueryParamsHandling, see:
5+ - https://github.com/angular/angular/issues/30925
6+ - https://github.com/angular/angular/issues/30816
7+
38##### ` v2.7.0 `
49- chore: upgrade to Angular 9 - see also:
510 - ` https://next.angular.io/guide/updating-to-version-9 `
Original file line number Diff line number Diff line change 1- import { QueryParamsHandling } from '@angular/router' ;
2-
31export interface INavAttributes {
42 [ propName : string ] : any ;
53}
@@ -23,7 +21,7 @@ export interface INavLabel {
2321export interface INavLinkProps {
2422 queryParams ?: { [ k : string ] : any } ;
2523 fragment ?: string ;
26- queryParamsHandling ?: QueryParamsHandling ;
24+ queryParamsHandling ?: 'merge' | 'preserve' | '' ;
2725 preserveFragment ?: boolean ;
2826 skipLocationChange ?: boolean ;
2927 replaceUrl ?: boolean ;
You can’t perform that action at this time.
0 commit comments