dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_StarkTransformInputDirectiveModule cluster_StarkTransformInputDirectiveModule_exports cluster_StarkTransformInputDirectiveModule_declarations StarkTransformInputDirective StarkTransformInputDirective StarkTransformInputDirectiveModule StarkTransformInputDirectiveModule StarkTransformInputDirective->StarkTransformInputDirectiveModule StarkTransformInputDirective StarkTransformInputDirective StarkTransformInputDirectiveModule->StarkTransformInputDirective

File

src/modules/transform-input-directive/transform-input-directive.module.ts

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

@NgModule({
	declarations: [StarkTransformInputDirective],
	exports: [StarkTransformInputDirective]
})
export class StarkTransformInputDirectiveModule {}

results matching ""

    No results matching ""