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 {}