-
-
Notifications
You must be signed in to change notification settings - Fork 24
Angular10 support #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Angular 10 is out now.
This can be solved for now by adding the
But when running e.g.
This seems to be related to #277 as the error looks like the same. Removing the platform target for |
The Bug seems to came from The Webpack Plugin "CopyWebpack". There were some Breaking Changes introduced lately: https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#600-2020-05-15 |
Working Angular 10 support here: NativeScript/nativescript-angular#2189 |
do we have any documentation on how to create NS project with Angular 10? |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
In the future the schematics should work with Angular 10.
Therefore the peer dependency of typescript should be bumped up from
~3.8.3
to~3.9.5
as it's the new used version of Angular CLIDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: