-
-
Notifications
You must be signed in to change notification settings - Fork 241
feat: migrate to Angular 8 #1831
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
Conversation
chore: migrate to latest 8 rc version of Angular
test branch_nativescript_dev_webpack#feature/angular8 sdk_ng sample_Groceries |
test branch_nativescript_dev_webpack#feature/angular8 sdk_ng sample_Groceries |
test --ignore api23 ios11 branch_nativescript_dev_webpack#feature/angular8 sdk_ng#amiorkov/angular8-rc sample_Groceries#amiorkov/angular8-rc |
test --ignore api23 ios11 branch_nativescript_dev_webpack#feature/angular8 sdk_ng#amiorkov/angular8-rc groceries#amiorkov/angular8-rc |
chore: update demo apps to Angular 8 rc5
test --ignore api23 ios11 branch_nativescript_dev_webpack#feature/angular8 sdk_ng#amiorkov/angular8-rc groceries#amiorkov/angular8-rc |
2 similar comments
test --ignore api23 ios11 branch_nativescript_dev_webpack#feature/angular8 sdk_ng#amiorkov/angular8-rc groceries#amiorkov/angular8-rc |
test --ignore api23 ios11 branch_nativescript_dev_webpack#feature/angular8 sdk_ng#amiorkov/angular8-rc groceries#amiorkov/angular8-rc |
test --ignore api23 ios11 branch_nativescript_dev_webpack#feature/angular8 sdk_ng#amiorkov/angular8-rc groceries#amiorkov/angular8-rc |
test --ignore |
test --ignore |
Testing the current RC of Angular with
nativeScript-angular
Fixes: #1833
BREAKING CHANGES:
Migration steps:
Anywhere you previously had
@ViewChild
with a single param you now have to provide a second param with astatic
property set to eithertrue
orfalse
Previous code:
Migrated code: