diff --git a/package.json b/package.json index 1812be2..9b5e24f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-hipster", - "version": "0.2.0", + "version": "0.3.0", "description": "Angular schematics to scaffold angular material applications", "homepage": "https://github.com/vishal423/ngx-hipster", "author": { diff --git a/projects/ngx-hipster/README.md b/projects/ngx-hipster/README.md index 75549b3..68478f2 100644 --- a/projects/ngx-hipster/README.md +++ b/projects/ngx-hipster/README.md @@ -2,6 +2,12 @@ > Angular schematics to scaffold production ready angular material applications +# Demo + +You can try out demo application at https://vishal423.github.io/ngx-hipster/index.html (login with username: `admin` and password: `adm in` to access the protected pages) + +Demo application uses angular in-memory-api to intercept all back-end api calls. + # Pre-requisites This guide assumes that you have already created a new angular cli application with `SCSS` styles. diff --git a/projects/ngx-hipster/package.json b/projects/ngx-hipster/package.json index 3987d4b..fd51eb9 100644 --- a/projects/ngx-hipster/package.json +++ b/projects/ngx-hipster/package.json @@ -1,6 +1,6 @@ { "name": "ngx-hipster", - "version": "0.2.1", + "version": "0.3.0", "description": "Angular schematics to scaffold angular material applications", "homepage": "https://github.com/vishal423/ngx-hipster", "author": {