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