Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Sign in
Toggle navigation
Open sidebar
w.pan
bookle
Commits
62c6dc97
Commit
62c6dc97
authored
Feb 03, 2019
by
Xiaoyu Yang
Browse files
search properties
parent
3e369b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/app/search/search.component.ts
src/app/search/search.component.ts
+2
-2
No files found.
src/app/search/search.component.ts
View file @
62c6dc97
...
@@ -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() { }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment