Skip to content

Commit 81c8fe0

Browse files
committed
docs(project): updated the dependencies
1 parent 22b1bd5 commit 81c8fe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ View all the directives and components in action at [https://angular-material-ex
6262

6363
### Requirements (peer dependencies):
6464
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)
6666

6767
```bash
6868
npm i @agm/core
6969
```
7070

7171
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)
7676

7777
```bash
7878
npm i @angular/cdk @angular/material @angular/animations @angular/forms

0 commit comments

Comments
 (0)