Projekt

Obecné

Profil

Stáhnout (329 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { NgModule } from '@angular/core';
2
import { VacationInfoComponent } from './vacation-info.component';
3
import {TranslateModule} from '@ngx-translate/core';
4

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