Commit db954094 authored by Xiaoyu Yang's avatar Xiaoyu Yang
Browse files

properties problem

parent 64f25bf0
...@@ -9,7 +9,8 @@ import { BookService } from '../services/book.service'; ...@@ -9,7 +9,8 @@ import { BookService } from '../services/book.service';
}) })
export class AdminAddComponent implements OnInit { export class AdminAddComponent implements OnInit {
book = {}; // book = {};
book: any={};
tags_z: string = ''; tags_z: string = '';
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