From 62c6dc97ddc42f44249afb765054c7970e105ec3 Mon Sep 17 00:00:00 2001 From: yxy Date: Sun, 3 Feb 2019 20:50:03 +0100 Subject: [PATCH] search properties --- src/app/search/search.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/search/search.component.ts b/src/app/search/search.component.ts index 80a97713..c8426d71 100644 --- a/src/app/search/search.component.ts +++ b/src/app/search/search.component.ts @@ -13,8 +13,8 @@ import { AuthorService } from '../services/author.service'; }) export class SearchComponent implements OnInit { - books:any={}; - authors:any={}; + books:any; + authors:any; searchResult = null; // constructor() { } -- GitLab