docs: update docs for 1.0.0 (#1034)

This commit is contained in:
Lex Zhukov 2017-04-28 15:31:26 +03:00 committed by Alexander Zhukov
parent 6e89e797a8
commit 72ab016e75
13 changed files with 107 additions and 100 deletions

View file

@ -75,8 +75,10 @@
### How to use AOT
* run `npm run build:aot`
* run `npm run server:prod`
```bash
npm run build:aot
npm run server:prod
```
### How to update
@ -98,9 +100,6 @@
* Angular 2.2.3
* Dependencies updated
### Bug Fixes
### How to update
* Pull sources from git, merge accordingly
@ -120,9 +119,6 @@ Tree package does not support angular 2.0 currently so it was hidden from the me
* Angular 2.0
* Dependencies updated
### Bug Fixes
### How to update
* Pull sources from git, merge accordingly
@ -143,9 +139,6 @@ Tree package does not support RC6 currently so it was hidden from the menu.
* Angular rc.6
* Dependencies updated
### Bug Fixes
### How to update
* Pull sources from git, merge accordingly
@ -167,8 +160,6 @@ Not all packages used in ng2-admin support RC5 at the moment, so we suggest wait
* Webpack 2
* Dependencies updated
### Bug Fixes
### Breaking changes
Things to consider:
@ -181,7 +172,7 @@ Things to consider:
### How to update
* Read Angluar RC4 -> RC5 [migration guide](https://angular.io/docs/ts/latest/cookbook/rc4-to-rc5.html)
* Read Angular RC4 -> RC5 [migration guide](https://angular.io/docs/ts/latest/cookbook/rc4-to-rc5.html)
* Pull sources from git, merge accordingly
* remove `node_modules`
* run `npm install`