From 6f2855895b0901ee0293e14102808e1b09f8587c Mon Sep 17 00:00:00 2001 From: Vishal Mahajan Date: Sun, 15 Dec 2019 01:56:46 +0530 Subject: [PATCH] Update readme and version --- package.json | 2 +- projects/ngx-hipster/README.md | 6 ++++++ projects/ngx-hipster/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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": {