import { Component } from '@angular/core' @Component({ templateUrl: './system.component.html', styleUrls: [ './system.component.scss' ] }) export class SystemComponent { }