Even if like Romain says, Too much tutorial kills tutorial, Here is a nice list of tutorial and resources about Angular.
Everyone can take away what he needs. Feel free via the comments to notify us other resources and why not yours ?
w3schools.com AngularJS Tutorial. This tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible.First, you will learn the basics of AngularJS: directives, expressions, filters, modules, and controllers.
Then you will learn everything else you need to know about AngularJS: Events, DOM, Forms, Input, Validation, Http, and more.
http://www.w3schools.com/angular/default.asp
4 Books about Angular :
This book is for developers who want to learn about AngularJS development by applying testing techniques. You are assumed to have a basic knowledge and understanding of HTML, JavaScript, and AngularJS. What You Will Learn :
https://www.amazon.com/AngularJS-Test-driven-Development-Tim-Chaplin/dp/1784398837/ |
If you have a question about Learning Angular 2 teaches modern application development with Angular 2. It begins with the basics of Angular 2 and the technologies and techniques used throughout the book, such as key features of TypeScript, newer ES6 syntax and concepts, and details about the tools needed to write professional Angular 2 applications. The reader will next build an Angular 2 application from scratch while learning about the primary pieces of an Angular 2 application and see how they work together. Using lots of examples, the core parts of Angular 2 will be introduced, such as Components, the Router, and Services. https://www.amazon.com/Learning-Angular-2nd-Brad-Dayley/dp/0134576977/ |
Angular 2: Novice to Ninja is the perfect book to journey into the world of Angular, the superheroic JavaScript framework. Developed and maintained by Google, Angular brings the Model-View-Controller (MVC) pattern to JavaScript applications and provides a high quality foundation for building complex and powerful apps quickly. Angular is an open source JavaScript framework that lets you create amazing AJAX-based web apps. Angular aims to minimize the complexity involved in creating such apps by offering a great environment for development, as well as the means to test them. Angular ships with many great features out of the box. It supports two-way data binding, nice templating, easy REST interaction, components, multiple views, routing, and much more. It also demands no commitment. You can include Angular in your web page and use as many features as you like. https://www.amazon.com/Angular-Elegant-Powerful-Testable-Extendable/dp/099434703 |
This book builds three apps with varying degrees of complexity. It starts with a simple “Guess the Number” game, which serves as a platform to launch you into the world of Angular. Next you will learn to construct a popular “7-Minute Workout “app, covering the building blocks of Angular. The final app, “Personal Trainer” morphs the existing “7-Minute Workout” into a full-fledged personal workout builder and runner, covering advanced directive building, which is the most fundamental and powerful feature of Angular. What you will learn :
https://www.amazon.com/Angular-2-Example-Chandermani-Arora/dp/178588719X |
https://egghead.io/technologies/angular2
AngularJS tutorial for beginners with NodeJS ExpressJS and MongoDB (Part I) : This tutorial is meant to be as clear as possible. At the same time, we are going to cover the concepts that you will need most of the time. All the good stuff without the fat 🙂
MEAN Stack tutorial series :
- AngularJS tutorial for beginners (Part I) ? you are here
- Creating RESTful APIs with NodeJS and MongoDB Tutorial (Part II)
- MEAN Stack Tutorial: MongoDB, ExpressJS, AngularJS and NodeJS (Part III)
We are going to start building all the examples in a single HTML file! It embedded JavaScript and NO styles/CSS for simplicity. Don’t worry, in the next tutorials, we will learn how to split use Angular modules. We are going to break down the code, add testing to it and styles.
http://adrianmejia.com/blog/2014/09/28/angularjs-tutorial-for-beginners-with-nodejs-expressjs-and-mongodb/
A AngularJS tutorial is designed to help beginners and professionals :
AngularJS tutorial provides basic and advanced concepts of AngularJS. Our AngularJS tutorial is designed for beginners and professionals.
Angular JS is an open source JavaScript framework by Google to build web applications. It can be freely used, changed and shared by anyone.
Our AngularJS tutorial includes all topics of AngularJS such as mvc, expressions, directives, controllers, modules, scopes, filters, dom, forms, ajax, validation, services, animation, dependency injection, views, w3.css etc. There are also given AngularJS interview questions to help you better understand the AngularJS.
http://www.javatpoint.com/angularjs-tutorial
Angular 2 — Deal with Different Form Controls Cheat Sheet — Template vs Model by Netanel Basal
https://netbasal.com/angular-2-deal-with-different-form-controls-cheat-sheet-template-vs-model-4c77864cc16b
TUTORIAL: TOUR OF HEROES :
The Tour of Heroes tutorial takes you through the steps of creating an Angular application in TypeScript.
The Tour of Heroes covers the core fundamentals of Angular. We’ll use built-in directives to show/hide elements and display lists of hero data. We’ll create a component to display hero details and another to show an array of heroes. We’ll use one-way data binding for read-only data. We’ll add editable fields to update a model with two-way data binding. We’ll bind component methods to user events like key strokes and clicks. We’ll learn to select a hero from a master list and edit that hero in the details view. We’ll format data with pipes. We’ll create a shared service to assemble our heroes. And we’ll use routing to navigate among different views and their components.
https://angular.io/docs/ts/latest/tutorial/
Angular 2 Subreddit & Angular 2 Gitter :
The best web forum that we have found so far to keep up to date with Angular 2 is the Angular 2 Subreddit. The Angular 2 Gitter chat is also a good place to go but as its really more of a community chat to ask questions in real time :
All the great blog posts on Angular 2 end up in this Subreddit, there are also great discussion threads and the community there is really passionate.
You can see that there are a lot of Help Request threads. Many times you will get very good help here.
If you want to know what happened in Angular 2 in the last week, you just have to go this Subreddit and everything will be there: this Subrredit is literally “The Front Page of Angular 2”.
See you soon for a next resume about Meteor
Sébastien, @JS-Republic
More articles about Resources and tutorials :
- REACT : http://blog.js-republic.com/20-resources-and-tutorials-about-reactjs-framework/
- NODE : http://blog.js-republic.com/compilation-de-tutos-ressources-nodejs/
- GRAPHQL : http://blog.js-republic.com/compilation-ressources-graphql/
- METEOR : http://blog.js-republic.com/compilation-ressources-meteor/
- TYPESCRIPT : http://blog.js-republic.com/resources-range-about-typescript/
- REDUX : http://blog.js-republic.com/resources-range-about-redux/
- EmberJS : http://blog.js-republic.com/emberjs-resources-range/
- Angular : http://blog.js-republic.com/angular-resources-range/ (? you are here)