You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to use ngx-quicklink with the angular 13 but the compilation is failing with the below logs. Any quick fix can help or let me know it’s a bug.
I'm using the latest version of ngx-quicklink with angular 13, which seems to not be compatible.
Error: node_modules/ngx-quicklink/src/quicklink-strategy.service.d.ts:4:22 - error NG6002: Appears in the NgModule.imports of AppRoutingModule, but could not be resolved to an NgModule class.
This likely means that the library (ngx-quicklink) which declares QuicklinkStrategy has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.4 export declare class QuicklinkStrategy implements PreloadingStrategy { ~~~~~~~~~~~~~~~~~Error: src/app/app-routing.module.ts:28:14 - error NG6002: Appears in the NgModule.imports of AppModule, but itself has errors28 export class AppRoutingModule { } ~~~~~~~~~~~~~~~~** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **✖ Failed to compile.✔ Browser application bundle generation complete.Initial Chunk Files | Names | Raw Sizeruntime.js | runtime | 6.53 kB | 4 unchanged chunksBuild at: 2022-05-20T21:21:25.334Z - Hash: 3edae2a5a13ab56c - Time: 401ms
Tried to use
ngx-quicklink
with the angular 13 but the compilation is failing with the below logs. Any quick fix can help or let me know it’s a bug.I'm using the latest version of
ngx-quicklink
with angular 13, which seems to not be compatible.Here is my
app-routing.module.ts
Here is the
app.modules.ts
Any contribution is much aplicieted.
The text was updated successfully, but these errors were encountered: