Aptitude | AngularJS Quiz | Set-2 | Question 10
Which of the following is a way to push one HTML content into another HTML content?
(A) Server Side push
(B) Use of Comment
(C) Use of pushing
(D) Use of include
Answer: (D)
Explanation: The use of include is a way to push the content from one HTML into other. So if you include the content you can use the ng-include directive. By default, include doesn’t allow the pushing file from one to another component.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...