Angular JS PROGRAMS
Angular JS PROGRAMS
Develop Angular JS program that allows user to input their first name and last name and display their full name.
Note: The default values for first name and last name may be included in the program.
Output
Program 02 : Shopping List
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.Note: The default values of items may be included in the program.
Output
Program 03 : Calculator
Develop a simple Angular JS calculator application that can perform basic mathematical operations (addition,
subtraction, multiplication, division) based on user input.
Output
Program 04 : Factorial & Square
Write an Angular JS application that can calculate factorial and compute square based on given user input.
Output
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.
Output
Develop an AngularJS program to create a simple to-do list application. Allow users to add, edit, and delete
tasks.Note: The default values for tasks may be included in the program.
Output
Program 07 : CRUD Application
Write an AngularJS program to create a simple CRUD application (Create, Read, Update, and Delete) for managing
users.
Output
Program 08 : Login Form
Develop AngularJS program to create a login form, with validation for the username and password fields.
Output
Create an AngularJS application that displays a list of employees and their salaries. Allow users to search for
employees by name and salary. Note: Employee details may be included in the program.
Output
Program 10 : Item Collection
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. Note: The default values for items may
be included in the program.
Output
Program 11 : Convert to Upper case
Create AngularJS application to convert student details to Uppercase using angular filters. Note: The default details
of students may be included in the program.
Output
Program 12 : Date Display
Create an AngularJS application that displays the date by using date filter parameters.
Output