What is ng-content directive in angular?
Answer / Ajit Singh
ng-content is a built-in AngularJS directive that allows components to pass their contents into the template of the parent component or another nested component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we use routing in angularjs?
Explain order by filter angularjs?
What is scope hierarchy? How many scopes can an application have?
What are pipes in angular 2? Explain?
When will ngoninit be called?
What does ‘ng-serve’ do?
What is subscript method in angular?
What is one-way bindings?
What is router-outlet directive in angular?
Define factory method in angularjs.
What is service in angularjs with example?
What happen when I import the same module twice in angular 4?