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 1
1
### [ @coreui/angular ] ( https://coreui.io/ ) changelog
2
2
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
+
3
8
##### ` v2.7.0 `
4
9
- chore: upgrade to Angular 9 - see also:
5
10
- ` 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
-
3
1
export interface INavAttributes {
4
2
[ propName : string ] : any ;
5
3
}
@@ -23,7 +21,7 @@ export interface INavLabel {
23
21
export interface INavLinkProps {
24
22
queryParams ?: { [ k : string ] : any } ;
25
23
fragment ?: string ;
26
- queryParamsHandling ?: QueryParamsHandling ;
24
+ queryParamsHandling ?: 'merge' | 'preserve' | '' ;
27
25
preserveFragment ?: boolean ;
28
26
skipLocationChange ?: boolean ;
29
27
replaceUrl ?: boolean ;
You can’t perform that action at this time.
0 commit comments