Finished clean up

This commit is contained in:
2018-09-11 20:47:34 -04:00
parent 5ec89ac1af
commit c2fab66009
8 changed files with 77 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ import { MatListModule } from '@angular/material/list';
import { WatcherViewComponent } from './watcher-view/watcher-view.component';
import { MatMenuModule } from '@angular/material/menu';
import { MatSnackBarModule } from '@angular/material/snack-bar';
import { AboutComponent } from './about/about.component';
@NgModule({
@@ -42,6 +43,7 @@ import { MatSnackBarModule } from '@angular/material/snack-bar';
SearchViewComponent,
StockViewComponent,
WatcherViewComponent,
AboutComponent,
],
imports: [
BrowserModule,