This document provides an overview of AngularJS, including:
- AngularJS is an open-source framework for developing single-page web applications using MVC and JavaScript.
- It supports data binding, scopes, controllers, services, filters, directives, templates and routing to switch between views.
- Examples demonstrate using services to load data from an API, routing to different templates, and a hands-on user management application.
- Exercises include working through the AngularJS tutorial and building a movie application using the Finnkino API.