import { AutoHeightDirective } from './auto-height.directive';
export const DIRECTIVES = [
AutoHeightDirective,
];