Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b5525aef

Přidáno uživatelem Jakub Hlaváč před více než 3 roky(ů)

Re #8850 - Ověření funkčnosti - implementované enpointy

+ new use case add position to unit
  • tweaking all calls to operations with units and sensors
    + adding sensor type enum from backend endpoint
    + some form validation :)
    - removing all endpoints from /senslog1

Zobrazit rozdíly:

src/app/dashboard/dashboard.module.ts
13 13
import { SensorInsertPopupComponent } from './components/sensor-insert-popup/sensor-insert-popup.component';
14 14
import {ConfirmDialogModule} from 'primeng/confirmdialog';
15 15
import {SplitButtonModule} from 'primeng/splitbutton';
16
import { PositionInsertPopupComponent } from './components/position-insert-popup/position-insert-popup.component';
16 17

  
17 18

  
18 19

  
19 20
@NgModule({
20
  declarations: [DashboardComponent, SensorsComponent, UnitPopupComponent, SensorPopupComponent, SensorInsertPopupComponent],
21
  declarations: [DashboardComponent, SensorsComponent, UnitPopupComponent, SensorPopupComponent, SensorInsertPopupComponent, PositionInsertPopupComponent],
21 22
  imports: [
22 23
    CommonModule,
23 24
    NavBarModule,

Také k dispozici: Unified diff