test login demo

This commit is contained in:
Mario Romano
2016-05-31 14:18:47 +01:00
parent 74e89cef1e
commit 693ea78386
+11 -7
View File
@@ -141,13 +141,6 @@ bootstrap(AppComponent, [
**method**: {string} optional) default POST. The method attribute specifies how to send form-data
The form-data can be sent as URL variables (with method="get") or as HTTP post transaction (with method="post").<br />
**Start the demo**
```sh
cd demo
npm install
npm start
```
## Running unit tests
@@ -169,3 +162,14 @@ before performing unit testing.
```sh
npm run coverage
```
## Demo
If you want have a demo of how the component works, please check the demo folder :
```sh
cd demo
npm install
npm start
```