mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
0.9.0
This commit is contained in:
parent
35ff8726ef
commit
fbf20df964
2 changed files with 26 additions and 1 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -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>
|
||||
# 0.8.0 (2016-11-25)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ng2-admin",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||
"author": "akveo",
|
||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue