Questions tagged [angular-cli-v9]

No instructions have been provided for this tag at the moment.

Encountering an issue following the upgrade of Angular CLI from 8 to 10

After upgrading my Angular project from version 8 to 10, I encountered an error during compilation. The specific error message is as follows: ERROR in node_modules/ngx-loading/lib/ngx-loading.module.d.ts:4:55 - error TS2314: Generic type 'ModuleWithProvide ...

Using MatTableDataSource in a different Angular component

I am working with two components, namely Order and OrderDetail. Within the Order component, I have a MatTableDataSource that gets populated from a service. OrderComponent Prior to the constructor listData: MatTableDataSource<DocumentDetailModel>; ...

Issue detected - .xml2js.DELETE/package,json file corrupted within the node_modules of an Angular application

Issues arose following the update to Angular-Cli V10.1.0. The main difficulties I faced: The ng command was malfunctioning. It became apparent that essential dependencies were missing: npm WARN @angular/<a href="/cdn-cgi/l/email-prote ...