Hi, we had a password strength directive written for angularJs. I saw your extension for our new angular project and found it very much aligned to our requirement. So, instead of writing a new directive I decided to use your extension.
Thanks for your effort.
I have some requirements -
Note: If my required options are not already implemented I'm happy to collaborate and contribute.
Even When I am trying to clone demo app Its seems not working for me
Can you guys please help me out here
import {Appearance} from '@angular-material-extensions/google-maps-autocomplete';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 import {MatGoogleMapsAutocompleteModule} from '@angular-material-extensions/google-maps-autocomplete';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/app/app.component.ts:2:51 - error TS2307: Cannot find module '@angular-material-extensions/google-maps-autocomplete'.
2 import {Appearance, GermanAddress, Location} from '@angular-material-extensions/google-maps-autocomplete';