Newer
Older
import { NgModule } from '@angular/core';
import { TabsSlidesDirective } from './tabs-slides/tabs-slides';
import { LampDirective } from './lamp/lamp';
import { HorizontaLampDirective } from './horizonta-lamp/horizonta-lamp';
import { VerticaLampDirective } from './vertica-lamp/vertica-lamp';
declarations: [TabsSlidesDirective,
LampDirective,
HorizontaLampDirective,
VerticaLampDirective],
exports: [TabsSlidesDirective,
LampDirective,
HorizontaLampDirective,
VerticaLampDirective]