Projekt

Obecné

Profil

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