AngularJS


21 Requested Topics

Migration to Angular2 There are a lot of developers who has worked on AngularJS v1. So, a migration guide will be really helpful for the developers to get started with AngularJS v2. requested by abhishek 599 5 comments
End To End testing in AngularJS It's good to have documentation for end to end testing since unit testing is already covered. requested by Gavisidda Gadagi 139
AngularJS applications internationalization (a.k.a i18n) and localization (a.k.a l10n) Developing applications which are used by different languages is an inevitable task, this section discusses common ways to build such applications. requested by Hadiiiiiiiiiiiiiiiiiiiii 278
Caching Explanation to angular caching $cacheFactory, Cache Object, Caching through $http requested by Gavisidda Gadagi 139
AngularJS applications deployment This section discusses steps to deploy your glorious AngularJS app to your favorit web server requested by Hadiiiiiiiiiiiiiiiiiiiii 278
Communicating with Servers Documentation about communicating with server using $http vs $resources it really helps to begginers requested by Gavisidda Gadagi 139
Spring Security with AngularJS For Spring and Spring Boot Need a proper examples using angularjs with spring security for spring mvc also spring boot requested by SakthiSureshAnand 434 3 comments
Decorators Using decorators to override directives, filters, and services. requested by Paul Sweatte 14.9k 1 comment
D3.js Directives with AngularJS Tutorial on various d3 charts from github.com/d3/d3/wiki/Gallery and how to include them as directives in an angularjs application. requested by Sajeetharan 29.8k
For people coming from different languages / framework, it might be hard to setup testing tools for the first time. How to configure jasmine; How to configure karma; What is it necessary to know before writing first test; Environment configuration. requested by Marco Aurélio Deleu 1,531 1 comment
Building an e2e application using Angularjs + Spring REST + MySQL(or any db) AngularJS + Spring REST combination is widely used to develop applications worldwide. A good Tutorial that can explain about building an e2e application using Angularjs + Spring REST + MySQL(or any db) would be really great. Targeted Audience: Someone who has knowledge in Java, Angular Beginner requested by Praveesh P 110 1 comment
Angularjs File Upload with preview <script async src="//jsfiddle.net/ICPradeep/y27e4knm/1/embed/"></script> requested by Pradeep Kumar 1
Angular Loader An example of the usage for angular loader npmjs.com/package/angular-loader requested by jkris 1,265
ngdoc Documenting the angular code. requested by R J 2,841
angular 2 components, module, and services. requested by Wildan S. Nahar 3
Paging .controller("Elements", function (Elements) { this.Elements = Elements; }) if my Elements collection is hundreds elements, it would be useful a generic approach to paging, with sample for controller and for html view. requested by Falco 117
Why AngularJS is needed and how it is rated compared to other web framework What is need for AngularJS ? what other widely used frameworks ? where all is this used ? , some real examples which can be cheked for getting better picture of angularJS requested by Vasistha Jagannath 1
ng-view how we can pass data in views. requested by Ashok choudhary 19