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