dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AspectRatioModule cluster_AspectRatioModule_declarations cluster_AspectRatioModule_exports AspectRatioDirective AspectRatioDirective AspectRatioModule AspectRatioModule AspectRatioDirective->AspectRatioModule AspectRatioDirective AspectRatioDirective AspectRatioModule->AspectRatioDirective

File

src/aspect-ratio/aspect-ratio.module.ts

import { NgModule } from "@angular/core";
import { AspectRatioDirective } from "./aspect-ratio.directive";

@NgModule({
	declarations: [AspectRatioDirective],
	exports: [AspectRatioDirective]
})
export class AspectRatioModule {}

results matching ""

    No results matching ""