Skip to content

Commit a416d86

Browse files
committed
docs(project): updated the reamde
1 parent a3ccd21 commit a416d86

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ View all the directives and components in action at [https://angular-material-ex
6363
<a name="dependencies"/>
6464

6565
## Dependencies
66-
* [Angular](https://angular.io) (*requires* Angular 2 or higher | we are using already V9 ;)
66+
* [Angular](https://angular.io) (*requires* Angular 2 or higher | we are using already V11 ;)
6767

6868
for the directive as standalone you just need to install the agm core module
69-
- [agm - angular google maps v1.1.0](https://www.npmjs.com/package/@agm/core)
69+
- [agm - angular google maps v3.0.0-beta.0](https://www.npmjs.com/package/@agm/core)
7070

7171
```bash
7272
npm i @agm/core
@@ -103,12 +103,12 @@ npm install --save @angular-material-extensions/google-maps-autocomplete
103103

104104
### Requirements (peer dependencies):
105105

106-
for the ui input component, please consider to install the following packages
107-
- [angular animations v9.x](https://www.npmjs.com/package/@angular/animations)
108-
- [angular forms v9.x](https://www.npmjs.com/package/@angular/forms)
109-
- [angular material v9.x](https://www.npmjs.com/package/@angular/material)
110-
- [angular cdk v9.x](https://www.npmjs.com/package/@angular/cdk)
111-
- [agm - angular google maps v1.1.0](https://www.npmjs.com/package/@agm/core)
106+
for the ui input component, please consider installing the following packages
107+
- [angular animations v11.x](https://www.npmjs.com/package/@angular/animations)
108+
- [angular forms v11.x](https://www.npmjs.com/package/@angular/forms)
109+
- [angular material v11.x](https://www.npmjs.com/package/@angular/material)
110+
- [angular cdk v11.x](https://www.npmjs.com/package/@angular/cdk)
111+
- [agm - angular google maps v3.0.0-beta.0](https://www.npmjs.com/package/@agm/core)
112112

113113
```bash
114114
npm i @angular/cdk @angular/material @angular/animations @angular/forms

0 commit comments

Comments
 (0)