Error: node_modules/ngx-quicklink/lib/link.directive.d.ts:17:82 - error TS2344: Type '{ routerLink: { alias: "routerLink"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'.
Property '"routerLink"' is incompatible with index signature.
Type '{ alias: "routerLink"; required: false; }' is not assignable to type 'string'.
Error: node_modules/ngx-quicklink/lib/link.directive.d.ts:17:82 - error TS2344: Type '{ routerLink: { alias: "routerLink"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'. Property '"routerLink"' is incompatible with index signature. Type '{ alias: "routerLink"; required: false; }' is not assignable to type 'string'.
17 static ɵdir: i0.ɵɵDirectiveDeclaration<LinkDirective, "[routerLink]", never, { "routerLink": { "alias": "routerLink"; "required": false; }; }, {}, never, never, true, never>;