Explain ng-show directive?



Explain ng-show directive?..

Answer / Sunil Kumar Jaiswal

The ng-show directive is used to conditionally show or hide an HTML element based on a boolean expression. If the expression evaluates to true, the element will be displayed; otherwise, it will be hidden.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is template reference variable in angular?

1 Answers  


How does angular use singleton pattern?

1 Answers  


What are the features of angularjs?

1 Answers  


What is scope hierarchy? How many scopes can an application have?

1 Answers  


What is testability like in angular?

1 Answers  


What are the different types of directives available in angularjs?

1 Answers  


What is Angular 2.0?

1 Answers  


Is the jquery library used in angular?

1 Answers  


How to viewing the angular 4 apps in a browser using ionic 3 cli?

1 Answers  


Is angular material open source?

1 Answers  


What difference between ng-app vs. Data-ng-app and x-ng-app?

1 Answers  


Sketch a pictorial diagram of angular architecture.

1 Answers  


Categories