Angular JS is the most widely adapted trend in UI development these days. With the basic knowledge of HTML and Javascript, it is quite easy to develop a basic Angular JS application. While angular is quite in demand at this time, it is worth while noting that various functionalities or plugins are still not available in Angular world. Hence, a middle way of using the Angular taste with existing frameworks like jQuery is the thing to go for.
Here, I am starting a new series for the beginners of Angular JS. This series is strictly meant for beginners and a basic understanding of HTML and javascript is presumed. However, the pros are always welcomed to leave their comments.
After going through the series you will be able to:
- Scaffold a basic Angular projects using tools like Yo, grunt, bower.
- Host and run your application on Node.js.
- Describe and use Angular Controllers, Services, Directives etc.
- Create a web application interface backed by Angular JS.
- First thing First: Scaffolding the angular project
- Learning the basics: Writing the first angular code
- Concepts and use of $watch, $apply and $digest in Angular JS
- Angular Controllers : Declaring and learning the usage of Controllers in Angular
- Angular Routing Tutorial: Learning ng-Route and ui-Router
- Directives: The backbone of AngularJS world
- Concepts and usage of Services in Angular
No comments:
Post a Comment
Your valuable comments on this post are welcomed. Think something is missing, something is inappropriate or want to share something???
Please feel free to comment..