[Solved] Hide form in table application angular 2


I’m going to just go out on a completely random limb here and say you’re probably looking for

[hidden]="some Boolean statement"

Your other option is:

*ngIf="some Boolean statement"

Otherwise, your question is way too vague. I’d suggest maybe reading this

solved Hide form in table application angular 2