start of StatusList component

This commit is contained in:
Jesse Lucas
2020-03-10 22:51:50 -04:00
parent 3eb6045dee
commit 1d249a877e
17 changed files with 302 additions and 537 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'tech-ui';
title = 'Tech UI';
}