In this article, you will find Angular JS – 21CSL581/21CBL583 Lab Manual Programs.
Angular JS – 21CSL581/21CBL583 Lab Manual
SL NO | Programs |
---|
1 | Develop Angular JS program that allows user to input their first name and last name and display their full name.
|
2 | Develop an Angular JS application that displays a list of shopping items. Allow users to add and remove items from the list using directives and controllers.
|
3 | Develop a simple Angular JS calculator application that can perform basic mathematical operations (addition, subtraction, multiplication, division) based on user input.
|
4 | Write an Angular JS application that can calculate factorial and compute square based on given user input.
|
5 | Develop AngularJS application that displays a details of students and their CGPA. Allow users to read the number of students and display the count. Note: Student details may be included in the program.
|
6 | Develop an AngularJS program to create a simple to-do list application. Allow users to add, edit, and delete tasks.
|
7 | Write an AngularJS program to create a simple CRUD application (Create, Read, Update, and Delete) for managing users. |
8 | Develop AngularJS program to create a login form, with validation for the username and password fields. |
9 | Create an AngularJS application that displays a list of employees and their salaries. Allow users to search for employees by name and salary. |
10 | Create AngularJS application that allows users to maintain a collection of items. The application should display the current total number of items, and this count should automatically update as items are added or removed. Users should be able to add items to the collection and remove them as needed. |
11 | Create AngularJS application to convert student details to Uppercase using angular filters. |
12 | Create an AngularJS application that displays the date by using date filter parameters. |