@@ -52,16 +52,16 @@ View all the directives and components in action at [https://angular-material-ex
52
52
<a name =" dependencies " />
53
53
54
54
## Dependencies
55
- * [ Angular v6 .x] ( https://angular.io ) (* requires* Angular 2 or higher) - Angular V6 - Material V6 are now supported
55
+ * [ Angular v7 .x] ( https://angular.io ) (* requires* Angular 2 or higher) - Angular V7 - Material V6 are now supported
56
56
57
57
<a name =" peerDependencies " />
58
58
59
59
### Requirements (peer dependencies):
60
- - [ angular flex-layout v6.0.0-beta.16 ] ( https://www.npmjs.com/package/@angular/flex-layout )
61
- - [ angular material v6.4.0 ] ( https://www.npmjs.com/package/@angular/material )
62
- - [ angular cdk v6.4.0 ] ( https://www.npmjs.com/package/@angular/cdk )
63
- - [ angular animations v6.0.9 ] ( https://www.npmjs.com/package/@angular/animations )
64
- - [ angular forms v6.0.9 ] ( https://www.npmjs.com/package/@angular/forms )
60
+ - [ angular flex-layout v7.x ] ( https://www.npmjs.com/package/@angular/flex-layout )
61
+ - [ angular material v7.x ] ( https://www.npmjs.com/package/@angular/material )
62
+ - [ angular cdk v7.x ] ( https://www.npmjs.com/package/@angular/cdk )
63
+ - [ angular animations v7.x ] ( https://www.npmjs.com/package/@angular/animations )
64
+ - [ angular forms v7.x ] ( https://www.npmjs.com/package/@angular/forms )
65
65
66
66
``` bash
67
67
npm i @angular/cdk @angular/material @angular/flex-layout @angular/animations @angular/forms
@@ -118,7 +118,7 @@ npm install -s @angular-material-extensions/faq
118
118
In your systemjs config file, ` map ` needs to tell the System loader where to look for ` @angular-material-extensions/faq ` :
119
119
``` js
120
120
map: {
121
- ' @angular-material-extensions/faq' : ' node_modules/@angular-material-extensions/faq/bundles/@angular-material-extensions/ faq.umd.js' ,
121
+ ' @angular-material-extensions/faq' : ' node_modules/@angular-material-extensions/faq/bundles/faq.umd.js' ,
122
122
}
123
123
```
124
124
---
@@ -284,8 +284,6 @@ $ ng serve --open
284
284
285
285
1 . clone this [ repo] ( https://github.com/angular-material-extensions/faq.git )
286
286
2 . Install the dependencies by running ` npm i `
287
- 3 . build the library ` npm run build ` or ` gulp build `
288
- To generate all ` *.js ` , ` *.d.ts ` and ` *.metadata.json ` files:
289
287
290
288
``` bash
291
289
$ npm run build
0 commit comments