import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-system-management', template:``, }) export class SystemManagementComponent implements OnInit { constructor() { } ngOnInit() { } }