nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

errors on livesync of angular master detail project with --env.aot

Open endarova opened this issue 6 years ago • 0 comments

  • 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

  1. tns create MyApp --template tns-template-master-detail-ng
  2. tns run android --env.aot
  3. 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

endarova avatar Aug 14 '19 09:08 endarova