Skip to content

Admin Application

npx nx serve admin

Components

How to Contribute

Create a new component

bash
nx g @nx/angular:component myComponent \
  --directory packages/admin/src/app/mycomponent

Add a new item in sidenav

Add them into app.navs.ts

Add a new route

Add them into app.routes.ts

Made with ❤️ by Bagubagu Studio