Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal423 committed Dec 14, 2019
1 parent 77e5a5e commit 6f28558
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions projects/ngx-hipster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-hipster/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6f28558

Please sign in to comment.