AngularJS is the insanely popular Javascript MVC/MVVM framework developed by Misko Hevery at Google. It has changed the way we develop client side applications, by providing the possibilities to apply the best practices usually applied on server side like modular programming, separation of concerns, testability and many more, on client side. Advantages are many fold increase in productivity, smooth learning curve for the developers, plain HTML to work with for Designers and finally, possibility to easily integrating with other popular libraries.
This AngularJS Tutorial series is based on AngularJS 1.4.4
.
AngularJS Introduction
What is AngularJS and what can it do for us.
AngularJS Hello World Example
Classic Hello World with AngularJS.
AngularJS Modules Explained
Most basic and most important building blocks in AngulatJS. Explained in detail with different types of usages.
AngularJS Controllers Explained with Live Examples
The workhorses of AngularJs applications. Explained with help of live example.
AngularJS Form Validation Example
Populate and Validate a web based form using AngularJS. Learn how to elegantly show validation & errors to end user.
AngularJS Services Dissected
Known for providing reusable business-logic, AngularJs services brought more than that on table. Service, Factory,Provider,Constant & value explained with help of example.
AngularJS Server Communication Example using $http service
Communicate with Server using AngularJS $http Service. Full working example showing AngulatJS client application communicating with Spring REST API based Server.
AngularJS Server Communication Example using ngResource with $resource service
Simplify your server communication using $resource service, which is an abstraction on low-level $http service. Full working example showing AngulatJS client application communicating with Spring REST API based Server.
AngularJS Filters Example(Built-in + Custom Filters)
Everything you need to know about using AngularJS filters. Learn using both built-in and writing your own Custom AngularJS filters with help of live examples in details.
AngularJS Routing Tutorial using ngRoute
Support multiple view in you AngularJS app using ngRoute. Provides in-depth details of each configuration including template, templateUrl, controller, redirectTo & resolve. Also shows communicating with Spring based backend.
AngularJS Routing Tutorial using ui-router
A flexible alternative to ngRouter, ui-router provides much more control by providing support for nested & multiple-named views. This post provides in-depth details of each configuration including state, $stateProvider, $urlRouterProvider, $stateParams & more.
AngularJS Directive In-depth tutorial
Directives are AngularJS way of extending HTML. They are basically markers on a DOM element (such as an attribute, element name, comment or CSS class) that tell AngularJS’s HTML compiler to attach a specified behavior to that DOM element. This tutorial goes into great details of AngularJS Directive’s configuration and usage.
View Comments
https://www.youtube.com/watch?v=k4of8DbtNXk
Great work ! Really Useful articles! Thanks a lot!
Great Tutorial ! Thanks!
Hi,
Your tutorials are awesome and i appreciate that. Thank you
Thanks, your comment is really appreciated.
Hi there,
Your last post "Secure Spring REST API using OAuth2" was pretty awesome.
I am big fan of your site and follow regularly. Almost a year back I requested for that Spring Security with REST example. Happy to see multiple examples on that.
Now my problem,
I have a webapp which calls Spring REST from Angular JS. Want to implement Role based authentication where password is encrypted and stored in DB though Hibernate. Login/Logout Remember Me, all want to implement through AngularJS+REST
It would be great help to me if you can post an example on this.
Regards,
Debarun
Following links my telp you
http://websystique.com/spring-security/spring-security-4-hibernate-role-based-login-example/
http://websystique.com/spring-security/spring-security-4-remember-me-example-with-hibernate/
Hi,
I have seen these two posts earlier. Also found some modification in recent days. Both are awesome post and helped me.
But here my ask was different.
I was looking for a solution of Angular+REST+rolebase AUTH+Hibernate
Don't know if my request is wired or not... :P
But a post on that would be great help to me and other fellows too. :)
Really appreciate your angularjs tutorials. Also, for the benefit of future readers, I happened to come across another resource for angularjs tutorials from TechCBT. It is wonderful and is available here: https://www.youtube.com/playlist?list=PLvZkOAgBYrsS_ugyamsNpCgLSmtIXZGiz
Hey thank you very much.
Hi, Great work it's helped me a lot
Can you make a tutorial for how to use angular 2 with spring, because i have a lot of diffuclt to update my application already running in angular 1 to angular 2, Thanks
I appreciate your tutorials.
Please, can you provide a sample with testing and maybe maven to triiger the tests? I am talking exclusevely about Angular tests (e.g. Jasmine and Angular-Mocks)
Hi Sir Please Provide example on table with searchable columns and sorting and export to excel or pdf