does ng-if execute expresions in child nodes if false code example
Example: ngif
--While (t/f boolean variable called "flag") is true
This button will be visible + click button executes function
Once this "flag" becomes false this button disapears
Related