@@ -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)
66+ * [ Angular] ( https://angular.io ) (* requires* Angular 2 or higher | we are using already V9 ; )
6767
6868for the directive as standalone you just need to install the agm core module
69- - [ agm - angular google maps v1.0.0-beta.5 ] ( https://www.npmjs.com/package/@agm/core )
69+ - [ agm - angular google maps v1.0.0] ( https://www.npmjs.com/package/@agm/core )
7070
7171``` bash
7272npm i @agm/core
@@ -104,10 +104,10 @@ npm install --save @angular-material-extensions/google-maps-autocomplete
104104### Requirements (peer dependencies):
105105
106106for the ui input component, please consider to install the following packages
107- - [ angular animations v8 .x] ( https://www.npmjs.com/package/@angular/animations )
108- - [ angular forms v8 .x] ( https://www.npmjs.com/package/@angular/forms )
109- - [ angular material v8 .x] ( https://www.npmjs.com/package/@angular/material )
110- - [ angular cdk v8 .x] ( https://www.npmjs.com/package/@angular/cdk )
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 )
111111
112112``` bash
113113npm i @angular/cdk @angular/material @angular/animations @angular/forms
@@ -446,9 +446,10 @@ $ cd demo && npm i && npm start
446446- [ @angular-material-extensions/pages ] ( https://github.com/angular-material-extensions/pages )
447447- [ @angular-material-extensions/link-preview ] ( https://github.com/angular-material-extensions/link-preview )
448448- [ @angular-material-extensions/password-strength ] ( https://github.com/angular-material-extensions/password-strength )
449+ - [ @angular-material-extensions/select-country ] ( https://github.com/angular-material-extensions/select-country )
450+ - [ @angular-material-extensions/fab-menu ] ( https://github.com/angular-material-extensions/fab-menu )
449451- [ @angular-material-extensions/faq ] ( https://github.com/angular-material-extensions/faq )
450452- [ @angular-material-extensions/contacts ] ( https://github.com/angular-material-extensions/contacts )
451- - [ @angular-material-extensions/combination-generator ] ( https://github.com/angular-material-extensions/combination-generator )
452453
453454<a name =" support " />
454455
0 commit comments