Angular v19
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'registerdevice',
|
||||
templateUrl: './registerdevice.component.html',
|
||||
styleUrls: ['./registerdevice.component.scss']
|
||||
selector: 'registerdevice',
|
||||
templateUrl: './registerdevice.component.html',
|
||||
styleUrls: ['./registerdevice.component.scss'],
|
||||
standalone: false
|
||||
})
|
||||
export class RegisterDeviceComponent implements OnInit {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user