ngx-quicklink
Advanced tools
Comparing version 0.3.0 to 0.3.1
import { ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; | ||
import { RouterLink, RouterLinkWithHref } from '@angular/router'; | ||
import { RouterLink } from '@angular/router'; | ||
import { LinkHandlerStrategy } from './link-handler-strategy'; | ||
@@ -8,6 +8,6 @@ import * as i0 from "@angular/core"; | ||
private el; | ||
routerLink: Pick<RouterLink | RouterLinkWithHref, 'routerLink'>['routerLink']; | ||
routerLink: Pick<RouterLink | RouterLink, 'routerLink'>['routerLink']; | ||
private rl; | ||
private linkHandler; | ||
constructor(linkHandlers: LinkHandlerStrategy[], el: ElementRef, link: RouterLink, linkWithHref: RouterLinkWithHref); | ||
constructor(linkHandlers: LinkHandlerStrategy[], el: ElementRef, link: RouterLink, linkWithHref: RouterLink); | ||
ngOnChanges(c: SimpleChanges): void; | ||
@@ -18,3 +18,3 @@ ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LinkDirective, [null, null, { optional: true; }, { optional: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LinkDirective, "[routerLink]", never, { "routerLink": "routerLink"; }, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LinkDirective, "[routerLink]", never, { "routerLink": "routerLink"; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "ngx-quicklink", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"peerDependencies": { | ||
"@angular/common": "^14.0.0", | ||
"@angular/core": "^14.0.0" | ||
"@angular/common": "^15.0.0", | ||
"@angular/core": "^15.0.0" | ||
}, | ||
@@ -8,0 +8,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
131946
1114
0
21656