Give the v6 RCs of Angular a Try HD
I show you how to update your application to v6 of the CLI, RxJS, and Angular. 3 Step Process 1. Update the Angular CLI yarn add @angular/cli@next OR npm install @angular/cli@next ng update @angular/cli --migrate-only --from=1.7.0 2. Update RxJS ng update rxjs@rc --force (not yet working) yarn add rxjs@rc rxjs-compat@rc OR npm install rxjs@rc rxjs-compat@rc (use this instead for now) 3. Update Angular Framework ng update @angular/core --next --force yarn add typescript@2.7.2 OR npm install typescript@2.7.2 Let us know your experiences! github.com/angular/angular/issues/new @StephenFluin (This leaves out updating Material [ng update @angular/material], dropping the rxjs-compat library, and adopting the latest best practices)
Похожие видео
Показать еще