This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
errors on livesync of angular master detail project with --env.aot #1022
Open
Description
- 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-ng
tns 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