6 lines
118 B
TypeScript
Raw Normal View History

2018-09-21 18:28:34 +09:00
import { AutoHeightDirective } from './auto-height.directive';
2018-08-14 21:26:23 +09:00
export const DIRECTIVES = [
2018-09-21 18:28:34 +09:00
AutoHeightDirective,
2018-08-14 21:26:23 +09:00
];