app/@overflow/commons/ui/directive/index.ts

6 lines
118 B
TypeScript
Raw Normal View History

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