This commit is contained in:
Lex Zhukov 2017-01-30 20:50:10 +03:00 committed by Alexander Zhukov
parent 35ff8726ef
commit fbf20df964
2 changed files with 26 additions and 1 deletions

View file

@ -1,3 +1,28 @@
<a name="0.9.0"></a>
# 0.9.0 (2017-01-30)
### Features
* Angular 2.4.4
* Dependencies updated
* [AOT](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html) :tada:
* DLL bundles
### Bug Fixes
### How to use AOT
* run `npm run build:aot`
* run `npm run server:prod`
### How to update
* Pull sources from git, merge accordingly
* remove `node_modules`
* run `npm install`
* Enjoy!
<a name="0.8.0"></a> <a name="0.8.0"></a>
# 0.8.0 (2016-11-25) # 0.8.0 (2016-11-25)

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-admin", "name": "ng2-admin",
"version": "0.8.0", "version": "0.9.0",
"description": "Angular 2 and Bootstrap 4 Admin Template.", "description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo", "author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/", "homepage": "http://akveo.github.io/ng2-admin/",