DevAmmadAli / Task-Management-System-Angular

This is a Task Management System built using Angular. It allows you to manage and track tasks, deadlines, and progress.
https://devammadali.github.io/Task-Management-System-Angular/
0 stars 0 forks source link

Create the modules in app. #4

Open DevAmmadAli opened 3 months ago

DevAmmadAli commented 3 months ago

The login and signup component should be in auth module. Create the another module name home module and all other things should be there. Create the material modules where all the material modules imports should be there. Create the shared modules to keep the shared components in there.