Posts

Showing posts from July, 2025

Assignments - 1

Assignment 1: Display a Welcome Message AIM: Create a simple Angular app that displays your name and a welcome message. Assignment 2: Two-Way Data Binding with an Input Box AIM: Create an input box where the user can type their name, and it updates live on the screen. Assignment 3: Simple Task List (Mini Todo App) AIM: Add tasks to a list and display them. Assignment 4: Profile Card App AIM : Show a profile card using a separate ProfileCardComponent . Assignment 5: Counter App AIM : Have a counter with increment/decrement buttons using a separate CounterComponent . Assignment 6: Task List App AIM: A simple todo list with add/remove functionality using a TaskListComponent .