angular2 rc6 app
See original GitHub issueHow to create an rc6 app with the CLI? it creates the old version that is using nativeScriptBootstrap(AppComponent);
instead of NgModule? I updated to nativescript@latest and created a project with --ng
Any help?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Starting an Angular 2 RC.6 project - O'Reilly
Yakov Fain shows how to get started with the latest from the Angular 2 team.
Read more >angular - Angular2 RC6 upgrade - Stack Overflow
For Angular 2 final version 2.0.0.0. the pipe should be declared in declaration section of app.module.ts file import {KeysPipe} from '.
Read more >Angular2 RC6 migration guide? - Reddit
So RC6 deprecated directives and pipes in components. So how can we use the new ngModule decorator for migrating out app.
Read more >Setting up a project in Angular2 (rc6 and beyond) - C14L
mkdir ng2-app && cd $_ && npm init -y. Next, install the most recent Angular2 release into the directory, using npm . For...
Read more >Updating Your Angular 2 App From RC4 to RC5
Updating Your Angular 2 App From RC4 to RC5: A Practical Guide (Also works for RC6, RC7 and Angular 2 Final) · 2....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@lachama
Indeed, at this very moment, the documentation is not fully updated for the usage of RC6 - we are working on the updates but also working on integration with RC7 so the article fix might be delayed.
Obsolete, now we create apps with official release.