Projekt

Obecné

Profil

Stáhnout (356 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { NgModule } from '@angular/core';
2
import { OncomingDaysOffComponent } from './oncoming-days-off.component';
3
import { BrowserModule } from '@angular/platform-browser';
4

    
5
@NgModule({
6
  declarations: [ OncomingDaysOffComponent ],
7
  exports:      [ OncomingDaysOffComponent ],
8
  imports:      [ BrowserModule ],
9
})
10
export class OncomingDaysOffModule {}
(4-4/4)