AngularJS Fundamentals
Joe Eames and Jim Cooper
ByCourse info



Course info



Description
In this course, you will learn how simple it is to use Angular to create maintainable and testable single page applications. You will learn how to: bootstrap your Angular application; use AngularJS markup and expressions; create and use controllers; use built-in services and create custom services; turn your application into a SPA using routing; and create your own custom elements and handle events using directives. You will also learn how AngularJS allows you to do all thing using test-driven-development.
Transcript
Hey everybody, I'm Joe Eames, (and I'm Jim Cooper) and welcome to our course, Angular Fundamentals. Jim and I have been working with Angular for a long time, and we are super excited to present this course to you. Angular is an amazing and comprehensive framework which lets you quickly and easily put together applications, without having to worry about manually updating the user interface when your data changes. It provides everything you need to create compelling applications on the web.
In this course we're going to learn all of the major features of Angular and how to get the most from Angular, even if you're just a beginner. The major features we'll cover are controllers and templates, which display the interface, services which contain your business logic, directives for creating your own custom html components, how to get data to and from your server, and how to test your application. By the time we're through, you'll know how to build production-ready applications in Angular. Before starting this course you should be familiar with JavaScript and web development, but don't worry if you're not an expert, a basic knowledge will be enough. We hope you'll join us on this journey to learn Angular, with the Angular Fundamentals course, at Pluralsight.