Admin Application
npx nx serve adminComponents
How to Contribute
Create a new component
bash
nx g @nx/angular:component myComponent \
--directory packages/admin/src/app/mycomponentAdd a new item in sidenav
Add them into app.navs.ts
Add a new route
Add them into app.routes.ts