angular-cli-v9 Questions
11
Solved
I upgraded an Angular App from v8 to v9. The project imports a custom UI library using Angular 8 and moment.js.
When I build it:
It generates a warning:
WARNING in Entry point '@myLib/catalog...
Thacker asked 17/3, 2020 at 16:13
11
Solved
I migrated my angular 8.x.x project to angular 9.x.x and when I try to publish my library, it fails with below error
npm ERR! @candiman/[email protected] prepublishOnly: node --eval "consol...
Uttermost asked 14/2, 2020 at 21:57
5
Solved
I want to import all angular material modules and use into overall angular project templates.
Cureton asked 10/6, 2020 at 3:6
8
Solved
When I run npm run start I get the below error regarding firebase.
Tech: Angular version 9, Firebase, Firestore, Geofirestore Angular CLI.
Error:
ERROR in The target entry-point "@angular/fire/a...
Pervert asked 9/4, 2020 at 21:3
5
Get the message when running the app in browser prod/aot mode. Below is my main-aot.ts
Uncaught NullInjectorError: StaticInjectorError(Platform: core)[CompilerFactory]: NullInjectorError: No prov...
Loreanloredana asked 19/2, 2020 at 20:42
4
Angular 9
Module which has issue jsPDF (installed types + packages itself)
When doing ng serve it works
When doing ng build --prod , it has errors
ERROR in src/app/xxx/xxxx.componentomponent.ts:52:...
Piston asked 27/6, 2020 at 11:28
1
I have updated my Angular CLI, with version 10.0.5 (globally and locally both) And while I am trying to build my angular project by below command-
ng build
I am getting below error-
Schema valida...
Janelljanella asked 3/8, 2020 at 6:59
2
I have an angular 9 application in which I read the api url from an assets folder:
@Injectable()
export class ConfigService {
private configUrl = '../../../assets/config/config.json';
construct...
Donohue asked 15/6, 2020 at 23:49
2
I have an angular 9 project which is part of an application suite installer [Wix installer]. One of the settings used by the angular app is the address of API which it fetches its data from some co...
Cureall asked 18/5, 2020 at 19:32
1
© 2022 - 2024 — McMap. All rights reserved.