Armed with the knowledge of Angular, you will learn what it’s like to build an end-to-end application. You will build an Issue Management System. We earlier developed the backend services, and now we will expand upon the idea by building a modern single page application frontend. You will develop the UI with some styling and forms, allowing for the capturing of the issues and activity done by users of your awesome system. While building this project, you will work independently from the backend team, and later begin to integrate with the backend services as we progress. We will cover:
- Building an Issue Management System frontend
- Setup:
- Structuring the project
- Working independently of the backend
- Data models
- Securing the application
- Issue list and details:
- Rendering data with templates
- Injectable service
- Issue creation and updates...