DEV Community

Digamber Singh
Digamber Singh

Posted on

Angular 8/9 MEAN Stack CRUD with Angular Material 8

In this MEAN stack tutorial, you’ll learn to set up a MEAN stack project from scratch. I’ll be creating back-end and front-end for a real-world CRUD web application from scratch.

For the demo purpose, I’ll create a students record management CRUD (create, read, update & delete) web application. In this CRUD app user will be able to perform the following tasks:

Add student ID
Add student name
Add student email
Add section Angular Material dropdown
Add multiple subjects using Angular material input chips
Add student’s gender using Angular material radio buttons
Add student date of birth using Angular material datepicker
Following topics will be covered in this tutorial:

click here to read more

Top comments (0)