ymanager/webapp/src/app/vacation-info/vacation-info.module.ts @ 1b7df50a
1 |
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 { } |
- « Předchozí
- 1
- 2
- 3
- 4
- Další »