Answers for "Do necessary imports of GooglePlaceModule in app.module.ts."

0

Do necessary imports of GooglePlaceModule in app.module.ts.

import { GooglePlaceModule } from "ngx-google-places-autocomplete";

@NgModule({

  imports: [
    GooglePlaceModule
  ],
Posted by: Guest on September-29-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language