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