nativescript-angular
nativescript-angular copied to clipboard
ERROR in Directive ɵd in .../nativescript-angular.d.ts has no selector, please add it Angular 8
Environment
- Angular CLI: 8
- NativeScript-Angular: 10.0.0
- Angular: 8
Describe the bug After I had migrated angular project(use nativescript/schematics), I ran tns build android. But I got warnings "Can't resolve all parameters for NativeScriptPlatformRef", "Can't resolve all parameters for NativeScriptRenderer", "Can't resolve all parameters for EmulatedRenderer" then build error "ERROR in Directive ɵd in .../nativescript-angular.d.ts has no selector, please add it"
Expected behavior The application should start in an Android simulator.
Same problem here.
Any update on this?