You are on page 1of 3

ANGULAR 9 RAMP UP REPORT

SUMMARY
Angular 9 ramp up program is intended provide a crash course on the latest version of angular for web application
for associates.

It is broken down into 2 parts as listed below,

1. Training session
2. Case study

TRAINING SESSION
Trainings session for angular was conducted during weekdays at 3pm. These session were 1hr session aimed at
going through the topics listed below. These sessions began on 25 th March and ended on 11th April.

TRAINING TOPICS
1. Basic (Creating new project, angular cli and creating components)
2. Directives (types of directive & built-in directives)
3. Component communication
a. Parent to child
b. Child to parent
c. Sibling or non-nested components
4. Angular Routing
a. Base route
b. Child route
c. Lazy Loading
5. Reactive form
a. Form Control,
b. Form Group,
c. Form Array,
d. Validators
e. Form builders
6. Smart components and Dumb/Pure/Presentational Components (change detection strategy)
7. RxJS (pipes, observables and Subjects)

MENTORS
1. Chandran Joshua Peter
2. Desingraj Rajaram

PARTICIPANTS
1. Deepika Senthil Kumar
2. Danush Arumugam
3. Krishna Prasad Munagala
4. Murthy
5. Kathirvelu Umapathy
6. SrinivasaRao Chippala
7. Aarthi Chandrasekar
8. Sarveswaran TS
9. Vijaya Kumar Kolli
10. Lashya K.R
11. Mohamed Mustafa
12. Sakthivel P
13. Desingraj Rajaram
14. Venkatesan Alagapillai
15. Arumugam K. R
16. Balasubramaniam Ambati
17. Thirunavukarasu Ramesh
18. Jagan Rameshbabu
19. Ramanujam M
20. Ramachandramurthy Pilla

CASE STUDY
Create an angular web application to track and maintain ramp up training session. It should contain a minimum of
4 pages as listed below,

1. Home page/ Dashboard


2. Manage Team members
3. Manage Trainings
4. Manage Training Topics

Case study was started on 13th April and ended on 5th May.

ACCEPTANCE CRITERIA
HOME PAGE (DASHBOARD CONTAINING THE STATUS OF ALL TRAININGS)
 Training this month (static card)
a. In progress
b. Completed
c. Yet to start
d. Total
 Ongoing trainings (collapsible card)
a. Training name (Hyperlink to View Training Page)
b. Start date
c. Planned end date
d. Number of topics (Click on the number to display modal with all topics)
e. Count of members (Click on the number to display modal with all members)
f. Progress % (based on current date, start date and end date)
g. (current date - start date)/ (end date - start date)
h. Optional progress bar
 Upcoming trainings (collapsible card)
a. Training name
b. Start date
c. Planned end date
d. Number of topics
e. Count of members

MANAGE TEAM MEMBERS (ADD/EDIT/VIEW)


 First name
 Last name
 Phone number
 email

MANAGE TRAINING PAGE (A DD/EDIT/VIEW)


 Training name
 Topics
 Start date
 End date

MANAGE TRAINING TOPICS (A DD/EDIT/VIEW)


 Name
 Description
 Start date
 End date

PARTICIPANTS
1. Danush Arumugam
2. Krishna Prasad Munagala
3. Balasubramaniam Ambati
4. Vijaya Kumar Kolli
5. Arumugam K. R
6. Sakthivel P
7. Mohamed Mustafa

You might also like