Frontend for the Inventory Management System, designed to work with the
👉 Backend API built with .NET C#.
This project includes product management, authentication, roles, a dashboard, and a clean modular architecture built with Angular.
├───src
│ ├───app
│ │ ├───core
│ │ │ ├───guards
│ │ │ ├───models
│ │ │ ├───pipes
│ │ │ └───services
│ │ ├───features
│ │ │ ├───account
│ │ │ ├───auth
│ │ │ ├───dashboard
│ │ │ ├───main
│ │ │ ├───products
│ │ │ ├───roles
│ │ │ ├───static
│ │ │ └───users
│ │ ├───layouts
│ │ │ ├───footer
│ │ │ ├───navbar
│ │ │ └───sidebar
│ │ └───shared
│ │ └───controls
Full UI preview of the current implementation.







