dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_StarkRestrictInputDirectiveModule cluster_StarkRestrictInputDirectiveModule_declarations cluster_StarkRestrictInputDirectiveModule_exports StarkRestrictInputDirective StarkRestrictInputDirective StarkRestrictInputDirectiveModule StarkRestrictInputDirectiveModule StarkRestrictInputDirective->StarkRestrictInputDirectiveModule StarkRestrictInputDirective StarkRestrictInputDirective StarkRestrictInputDirectiveModule->StarkRestrictInputDirective

File

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

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

@NgModule({
	declarations: [StarkRestrictInputDirective],
	exports: [StarkRestrictInputDirective]
})
export class StarkRestrictInputDirectiveModule {}

results matching ""

    No results matching ""