ymanager/webapp/src/app/days-off-info/days-off-info.module.ts @ 4bd9d9f6
1 |
import { NgModule } from '@angular/core'; |
---|---|
2 |
import { DaysOffInfoComponent } from './days-off-info.component'; |
3 |
import {TranslateModule} from '@ngx-translate/core'; |
4 |
|
5 |
@NgModule({ |
6 |
imports: [TranslateModule], |
7 |
declarations: [ DaysOffInfoComponent ], |
8 |
exports: [ DaysOffInfoComponent ] |
9 |
})
|
10 |
export class DaysOffInfoModule { } |
- « Předchozí
- 1
- 2
- 3
- 4
- Další »