Commit 62c6dc97 authored by Xiaoyu Yang's avatar Xiaoyu Yang
Browse files

search properties

parent 3e369b16
...@@ -13,8 +13,8 @@ import { AuthorService } from '../services/author.service'; ...@@ -13,8 +13,8 @@ import { AuthorService } from '../services/author.service';
}) })
export class SearchComponent implements OnInit { export class SearchComponent implements OnInit {
books:any={}; books:any;
authors:any={}; authors:any;
searchResult = null; searchResult = null;
// constructor() { } // constructor() { }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment