dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AngularGooglePlaceModule cluster_AngularGooglePlaceModule_declarations cluster_AngularGooglePlaceModule_exports cluster_AngularGooglePlaceModule_providers AngularGooglePlaceDirective AngularGooglePlaceDirective AngularGooglePlaceModule AngularGooglePlaceModule AngularGooglePlaceDirective->AngularGooglePlaceModule AngularGooglePlaceDirective AngularGooglePlaceDirective AngularGooglePlaceModule->AngularGooglePlaceDirective AngularGooglePlaceService AngularGooglePlaceService AngularGooglePlaceService->AngularGooglePlaceModule AngularGooglePlaceConstantService AngularGooglePlaceConstantService AngularGooglePlaceConstantService->AngularGooglePlaceModule

File

src/lib/angular-google-place/angular-google-place.module.ts

import { AngularGooglePlaceConstantService } from './constants/index';
import { AngularGooglePlaceDirective } from './directives/index';
import { AngularGooglePlaceService } from './services/index';
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

@NgModule({
  imports: [
    CommonModule
  ],
  declarations: [AngularGooglePlaceDirective],
  providers : [ AngularGooglePlaceService, AngularGooglePlaceConstantService ],
  exports: [AngularGooglePlaceDirective]
})
export class AngularGooglePlaceModule { }

results matching ""

    No results matching ""