23 lines
679 B
TypeScript
23 lines
679 B
TypeScript
|
// import { Component, OnInit, Inject } from '@angular/core';
|
||
|
// import { ActivatedRoute, Router } from '@angular/router';
|
||
|
// import { MatDialog, MatDialogRef, MAT_DIALOG_DATA } from '@angular/material';
|
||
|
// import { ConfirmDialogComponent } from 'packages/commons/component/confirm-dialog/confirm-dialog.component';
|
||
|
|
||
|
// @Component({
|
||
|
// selector: 'of-sensor-detail',
|
||
|
// templateUrl: './detail.component.html',
|
||
|
// styleUrls: ['./detail.component.scss']
|
||
|
// })
|
||
|
// export class DetailComponent implements OnInit {
|
||
|
|
||
|
// constructor(
|
||
|
// private route: ActivatedRoute,
|
||
|
// private router: Router,
|
||
|
// public dialog: MatDialog,
|
||
|
// ) { }
|
||
|
|
||
|
// ngOnInit() {
|
||
|
// }
|
||
|
// }
|
||
|
|