I am getting error building. I am using ANGULAR v5
ng build --prod --aot --output-hashing --base-href /
ERROR in ./node_modules/angular2-wizard/src/wizard-step.component.ngfactory.ts
Module build failed: Error: H:\04 . AppMobileSolutions\0000 - REPS DESKTOP\0 FAB\FABWebsite\node_modules\angular2-wizard\src\wizard-step.component.ngfactory.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
I have tried to add manually the files in tsconfig.app.json without success. Error persists.
Hello,
I am getting error building. I am using ANGULAR v5
I have tried to add manually the files in tsconfig.app.json without success. Error persists.
Any tip for this?