Projekt

Obecné

Profil

Stáhnout (353 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { NgModule } from '@angular/core';
2
import { CommonModule } from '@angular/common';
3
import { SensorComponent } from './components/sensor.component';
4
import {NavBarModule} from '../shared/nav-bar/nav-bar.module';
5

    
6

    
7

    
8
@NgModule({
9
  declarations: [SensorComponent],
10
  imports: [
11
    CommonModule,
12
    NavBarModule
13
  ]
14
})
15
export class SensorModule { }
    (1-1/1)