dependencies dependencies cluster_GoogleMapModule cluster_GoogleMapModule_declarations cluster_GoogleMapModule_exports GoogleMapComponent GoogleMapComponent GoogleMapModule GoogleMapModule GoogleMapComponent->GoogleMapModule GoogleMapComponent GoogleMapComponent GoogleMapModule->GoogleMapComponent

File

core/modules/map/google-map.module.ts

Declarations

import { NgModule } from '@angular/core';

import { GoogleMapComponent  } from './component/google-map.component';
import { SuperpowersProvider } from './superpowers/superpowers.token';

@NgModule({
    declarations: [GoogleMapComponent],
    exports     : [GoogleMapComponent],
    providers   : [SuperpowersProvider]
})
export class GoogleMapModule { }

results matching ""

    No results matching ""