2

Is there a starter app which avoids starting with the full template? It should be useful to have a skeleton start with minimum dependencies and then add components\modules from it.

Moebius
  • 73
  • 7
  • I've used this in the past and can say no, there isn't. They only have the full ngx-admin which you can download, which from personal experience, I would definitely not recommend doing. Best thing for you to do would be to start an empty Angular project and add to it yourself. – ViqMontana Jan 16 '20 at 11:10
  • I've asked the question becaouse I've been through the full template download and found it overwhelming and confusing. – Moebius Jan 16 '20 at 11:18

1 Answers1

5

They have a branch for that, not sure how updated it's kept.

https://github.com/akveo/ngx-admin/tree/starter-kit

It gives you a basic layout

  • Header
  • Footer
  • Sidebar
  • Main dashboard page
  • Auth pages (Login, register, request pass, reset pass)
  • No filler pages

ngx-admin-start-kit screenshot

Jason White
  • 5,495
  • 1
  • 21
  • 30