File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ View all the directives and components in action at [https://angular-material-ex
62
62
63
63
### Requirements (peer dependencies):
64
64
for the directive as standalone you just need to install the agm core module
65
- - [ agm - angular google maps v1.0.0-beta.3 ] ( https://www.npmjs.com/package/@agm/core )
65
+ - [ agm - angular google maps v1.0.0-beta.5 ] ( https://www.npmjs.com/package/@agm/core )
66
66
67
67
``` bash
68
68
npm i @agm/core
69
69
```
70
70
71
71
for the ui input component, please consider to install the following packages
72
- - [ angular material v6.4.3 ] ( https://www.npmjs.com/package/@angular/material )
73
- - [ angular cdk v6.4.3 ] ( https://www.npmjs.com/package/@angular/cdk )
74
- - [ angular animations v6.1 .2] ( https://www.npmjs.com/package/@angular/animations )
75
- - [ angular forms v6.1 .2] ( https://www.npmjs.com/package/@angular/forms )
72
+ - [ angular material v7.0.2 ] ( https://www.npmjs.com/package/@angular/material )
73
+ - [ angular cdk v7.0.2 ] ( https://www.npmjs.com/package/@angular/cdk )
74
+ - [ angular animations v7.0 .2] ( https://www.npmjs.com/package/@angular/animations )
75
+ - [ angular forms v7.0 .2] ( https://www.npmjs.com/package/@angular/forms )
76
76
77
77
``` bash
78
78
npm i @angular/cdk @angular/material @angular/animations @angular/forms
You can’t perform that action at this time.
0 commit comments