nativescript-dev-webpack
nativescript-dev-webpack copied to clipboard
errors on livesync of angular master detail project with --env.aot
- CLI: 6.0.3
Describe the bug When syncing changes in angular project with env.aot the changes are applied but there are errors in the log.
To Reproduce
tns create MyApp --template tns-template-master-detail-ngtns run android --env.aot- Make changes and livesync a couple of times. After the first sync you start to see errors like that on every change: ERROR in src/app/cars/shared/car.service.ts(1,1): error TS6053: File 'D:/work/TestProjects/rel6.1/ng2/src/app/cars/shared/car.service.ngfactory.ts' not found.
Expected behavior Changes to be synced, no errors in console