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