Projekt

Obecné

Profil

Stáhnout (242 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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 { }
(4-4/4)