AngularJS Quiz | Set-1 (original) (raw)
Angular.js is the combination of which of the following languages ?
Which of the below architecture patterns does angular is based on ?
Which of the following is a way for applying expression in AngularJS application ?
Which of the following is the way to manually start the application in Angular?
What of the following is the correct way for applying multiple filters in AngularJS ?
- {{ expression | filter1 | filter2}}
- {{ expression | {filter1} | {filter2} }}
- {{ expression - {filter1} - {filter2}}}
- {{ {filter1} | {filter2} | ...expression}}
Which of the following is used to bind the value of HTML controls in the text area to the application data ?
Which of the following is the correct syntax for the create module in angularJs ?
- var myModule= new Module();
- angular.module("app", []);
- var Module= new Module(my);
Which of the below templates is used for writing the AngularJs directive ?
The component which is used for adding the dependency in AngularJS application are:
Which of the following is a way to push one HTML content into another HTML content?
There are 15 questions to complete.
Take a part in the ongoing discussion