This document provides an overview of AngularJS concepts covered in Unit II of the course IT2304 – Full Stack Web Development, including modules and dependency injection, scopes, directives, filters, and services. It defines modules, controllers, dependencies, scopes, common directives like ng-repeat and ng-if, filters like currency and date, and services like $http, $timeout, and custom services. Example code is provided to demonstrate key concepts.