Adding /status-view

This commit is contained in:
softsimon
2020-07-02 17:56:15 +07:00
parent 5ef3f8c956
commit 3ef6f2c407
4 changed files with 18 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
<app-start></app-start>
<app-footer></app-footer>

View File

@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-status-view',
templateUrl: './status-view.component.html'
})
export class StatusViewComponent {
constructor() { }
}