Angularjs Only Questions
- Angularjs components
- Features & Advantages of angularjs
- Constants variable ?
- How to create separate components ?
- Difference type of directives ?
- What is controller & how to use it ?
- What is scope?
- Form validation in AngularJS ?
- What is service?
- What is factory?
- Difference between service & factory ?
- What is $apply function in angularjs ?
- What is $digest function in angularjs ?
- How to make custom directive ?
- Any own directive you have created?
- What is ng-include, ng-class, ng-repeat?
- What is dependancy injection?
- What is routing in angularjs?
- What is single page application?
- How do you create own filter in angularjs ?
- How do you call rest api in angularjs ?
- Angular js events ?
- What is mvvm?
- What is angular controllers?
- What is a $watch?
- What is ng-model in angularjs?
- What are directives?
- What are the different types of directive?
- Angularjs interceptors ?
- What is ng-app in angularjs?
- What is ng-init in angularjs?
- What is injector?
- What is string interpolation in angularJS?
- What is linking function?
- What are the concept of scope hierarchy?
- Difference between angular.Js and backbone.Js?
- What is Angular JS?
- Tell the name of angular js file which is needed for using angular js?
- Why Angular JS?
- Dependency injection in angular js?
- What is routing?
- Difference between UI-Routing and NG-Routing?
- How to implement UI-Routing in angular js?
- What is $scope ?
- what is $rootscope or rootscope?
- what is controller?
- how to pass data between two controllers?
- what is digest cycle?
- what are watchers in angular js?
- Is watcher created for every variable declared on $scope or created only for those variables which are used on html or ui page?
- What is directive?
- what is custome directive and how to create custom directive?
- how to pass data between directives, maybe parent directive or child directive?
- types of scopes available in angular js?
- what is isolated scope, shared scope and inherited scope?
- what is difference between $ and $$ in angular js?
- what is difference between factory and service and provider?
- what is provider and write the syntax?
- what is difference bewteen 'Value' and 'constant' in angular?
- what is difference between config and run phase in angular js?
- what is $http?
- what are interceptors in angular js?
- how to handle errors/authentication in angular js globally?
- what are filters and name some in built filters?
- how to create custom filters?
- how to use filters in controller as well as on html page?
- what is difference between $timeout and setTimeout?
- difference between $async and $eval?
- how to cancel $timeout and $interval services?
- how to disable watcher?
- what is difference between ng-if, ng-show and ng-hide?
- how to start digest cycle manually?
- how many ng-app are available in angular js?
- how to manually bootstrap the angular js application?
- how to use jquery events with angular js?
- how to optimize the performance of angular js?
- what is karma and jasmine framework?
- what are mock objects?
- how to print the collection in angular js and apply filter on it using ng-repeat?
- how to pass data from parent controller to modal dialog or pop up?
- what is ui-grid?
- what is module in angular js and write the syntax?
- how to include image or template in angular js?
- how to test the performance of angular js code ? name some tools like Batrang etc.
- what is the difference between Get and POST http call? write the syntax for making those calls?
- difference between one way and two way data bindings?
- what is one-time binding?
- Is ng-model one way or two way binding?
- Is ng-bind one way or two way?
Comments
Post a Comment