import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-sp-terminal', templateUrl: './terminal.component.html', styleUrls: ['./terminal.component.scss'] }) export class SettingPageTerminalComponent implements OnInit { constructor() { } ngOnInit() { } }