dependencies dependencies cluster_GoogleMapsDirectionsModule cluster_GoogleMapsDirectionsModule_declarations cluster_GoogleMapsDirectionsModule_exports GoogleMapsDirectionsDirective GoogleMapsDirectionsDirective GoogleMapsDirectionsModule GoogleMapsDirectionsModule GoogleMapsDirectionsDirective->GoogleMapsDirectionsModule GoogleMapsDirectionsDirective GoogleMapsDirectionsDirective GoogleMapsDirectionsModule->GoogleMapsDirectionsDirective

File

directions/google-maps-directions.module.ts

Description

Enhances the maps module with directions capabilities.

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

import { GoogleMapsDirectionsDirective } from './directives/google-maps-directions.directive';

/**
 * Enhances the maps module with directions capabilities.
 *
 * @export
 * @class GoogleMapsDirectionsModule
 */
@NgModule({
    declarations: [GoogleMapsDirectionsDirective],
    exports     : [GoogleMapsDirectionsDirective]
})
export class GoogleMapsDirectionsModule { }

results matching ""

    No results matching ""