





Angular, Material Design & Typescript
Grab the most developer friendly & easy to customize
Angular Material Admin dashboard.






There are two main router-outlets in AuthLayoutComponent and AdminLayoutComponent(Location: src/app/shared/components/layouts).
AuthLayoutComponent renders sessions view (Location: src/app/views/sessions) and AdminLayoutComponent renders all views except sessions view.
Each directory in src/app/views is a module. And those modules are lazy loaded which is configured in app.routing.ts (Location: src/app). And also each modules has it's own routing file defines it's child routes.