Ready to start learning about AngularJS Application Architecture? This lesson series is for you. Let's talk about what you will learn.
Where can I get the source code for this tutorials?
Hi Saurav --
The code is linked in the next lesson.
What is the editor that you're using? Would be helpful if you can add the tools used in the getting started series as well to newcomers!
Hi Santosh! Great suggestion!
In the meantime, I am using WebStorm from JetBrains. It comes with an incredible Angular plugin right out of the box that saves me a ton of time. There are too many features to list but trust me... it is excellent!
is this course still up date on best practices for organising AngularJS applications?
how the code should look like if we work with a real JSON API, what things needs to be change?
Hi, Victor -- this concepts covered are still applicable to Angular 1.x applications. The main points are to organize by feature, keep your controllers small and your models fat.
Also, you can see a pretty simple pattern for hooking up $http a real REST API in this series which starts here http://onehungrymind.com/build-simple-rest-app-angularjs-part-1-node-api-strongloop/
Hope that helps!
What do you think about create course about ng1 all written in typescript ? It could be very helpful.
I think that is a great idea! :D
I would love to see one!