AngularJS: Framework Fundamentals

Two Way Data Binding, Dependency Injection, Directives, $scope, Factories, Services
Learn the fundamentals of implementing web apps using the AngularJS Framework.
Link to Project

By taking this Framework Fundamentals with Angular course, I learnt how to begin programming with AngularJS, which is a complete JavaScript-based open-source client and server-side web application framework that allows you to use HTML as your template language. I also learnt the basics of AngularJS’s module definition and how to perform basic dependency injection between components, two-way data binding, directives, the use of scope, factories and services.