Skip to content

Commit cb3c532

Browse files
committed
Update angular2-json-schema-form to version 0.7.0-alpha.1.
1 parent ca22dbe commit cb3c532

File tree

7 files changed

+3863
-1865
lines changed

7 files changed

+3863
-1865
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To create this app yourself, make sure you have [Node](https://nodejs.org/en/),
88
```shell
99
ng new ng-jsf-material-design-seed
1010
cd ng-jsf-material-design-seed
11-
npm install @angular/material --save
12-
npm install @angular/cdk --save
13-
npm install hammerjs --save
14-
npm install angular2-json-schema-form --save
11+
npm install @angular/material
12+
npm install @angular/cdk
13+
npm install hammerjs
14+
npm install angular2-json-schema-form
1515
```
1616

1717
Follow the instructions to [set up Angular Material](https://material.angular.io/guide/getting-started) and add a default theme.

0 commit comments

Comments
 (0)