Assignments - 1
1) A) Angular Application Setup Observe the link http://localhost:4200/welcome on which the mCart application is running. B) Elements of Template Add an event to the hello component template and when it is clicked, it should change the courseName. 2) A) Components and Modules Create a new component called hello and render Hello Angular on the Page B) ngFor Create a courses array and rendering it in the template using ngFor directive in a list format 3) ...