Adding /status-view
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<app-start></app-start>
|
||||
<app-footer></app-footer>
|
||||
@@ -0,0 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-status-view',
|
||||
templateUrl: './status-view.component.html'
|
||||
})
|
||||
export class StatusViewComponent {
|
||||
constructor() { }
|
||||
}
|
||||
Reference in New Issue
Block a user