@@ -63,10 +63,10 @@ View all the directives and components in action at [https://angular-material-ex
63
63
<a name =" dependencies " />
64
64
65
65
## 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 ;)
67
67
68
68
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 )
70
70
71
71
``` bash
72
72
npm i @agm/core
@@ -103,12 +103,12 @@ npm install --save @angular-material-extensions/google-maps-autocomplete
103
103
104
104
### Requirements (peer dependencies):
105
105
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 )
112
112
113
113
``` bash
114
114
npm i @angular/cdk @angular/material @angular/animations @angular/forms
0 commit comments