Don’t use hidden attribute with Angular 2

As explained earlier in this post, Angular 2 directly uses the valid HTML DOM element properties and events unlike AngularJS 1.x pre-defined directives. So in place of ng-href, ng-src, ng-show and ng-hide, Angular 2 uses href, src and hidden properties to get the same result. But don’t use hidden attribute with Angular 2 to show/hide … Continue reading Don’t use hidden attribute with Angular 2