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