Message content

This commit is contained in:
shunmugam 2019-10-17 14:08:03 +05:30
parent d82f107ae9
commit 9d980fe09e

View File

@ -45,6 +45,6 @@ export class HeaderComponent implements OnInit {
} }
public removeText(){ public removeText(){
this.showContent=0; this.showContent=false;
} }
} }