• A ng-if applies the CSS property display: none; to the elements and ng-show+ng-hide removes the HTML element completely from the DOM
  • B ng-if removes the HTML element completely from the DOM, whereas the ng-show + ng-hide just applies the CSS property display: none; to the elements.
  • C Both performs the same function
  • Share this MCQ