dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_StarkSvgViewBoxModule cluster_StarkSvgViewBoxModule_exports cluster_StarkSvgViewBoxModule_declarations StarkSvgViewBoxDirective StarkSvgViewBoxDirective StarkSvgViewBoxModule StarkSvgViewBoxModule StarkSvgViewBoxDirective->StarkSvgViewBoxModule StarkSvgViewBoxDirective StarkSvgViewBoxDirective StarkSvgViewBoxModule->StarkSvgViewBoxDirective

File

src/modules/svg-view-box/svg-view-box.module.ts

import { NgModule } from "@angular/core";
import { StarkSvgViewBoxDirective } from "./directives";

@NgModule({
	declarations: [StarkSvgViewBoxDirective],
	exports: [StarkSvgViewBoxDirective]
})
export class StarkSvgViewBoxModule {}

results matching ""

    No results matching ""