diff --git a/src/app/_services/watcher.service.ts b/src/app/_services/watcher.service.ts index 3f09bba..4c847ba 100644 --- a/src/app/_services/watcher.service.ts +++ b/src/app/_services/watcher.service.ts @@ -29,6 +29,7 @@ export class WatcherService { /* Add to Mock DB, keep in mind this is only going to work with the current instince */ addWatching(symbol) { let newWatchingSymbol = { + id: "", symbol: symbol } diff --git a/src/app/watcher-view/watcher-view.component.html b/src/app/watcher-view/watcher-view.component.html index 3d78443..c368293 100644 --- a/src/app/watcher-view/watcher-view.component.html +++ b/src/app/watcher-view/watcher-view.component.html @@ -8,7 +8,7 @@