ymanager/webapp/src/app/vacation-info/vacation-info.module.ts @ c335ea37
1 | 696f3358 | Václav Jirák | import { NgModule } from '@angular/core'; |
---|---|---|---|
2 | import { VacationInfoComponent } from './vacation-info.component'; |
||
3 | import {TranslateModule} from '@ngx-translate/core'; |
||
4 | |||
5 | @NgModule({ |
||
6 | imports: [TranslateModule], |
||
7 | declarations: [ VacationInfoComponent ], |
||
8 | exports: [ VacationInfoComponent ] |
||
9 | })
|
||
10 | export class VacationInfoModule { } |