nativescript-angular
nativescript-angular copied to clipboard
Platform-static not found in @nativescript/angular 10.1.7
Environment
- CLI: Latest
- Android Runtime: 6.5.3
- iOS Runtime: 6.5.3
- NativeScript-Angular: 10.1.7
- Angular: 10
Describe the bug
In my main.aot.ts file, the following import statement doesn't work
import { platformNativeScript } from "@nativescript/angular/platform-static";
To Reproduce Have nativescript 7 and Angular 10 all set to newest version.