@@ -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
6868for 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
7272npm 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
114114npm i @angular/cdk @angular/material @angular/animations @angular/forms
0 commit comments