• Stars
    star
    464
  • Rank 94,450 (Top 2 %)
  • Language
    TypeScript
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.

bootstraping ngx-admin-lte

Join the chat at https://gitter.im/TwanoO67/ng2-admin-lte Build Status

Bootstraping of Angular4 with AdminLTE dashboard template ( Using ngx-admin-lte Library)

Preview

UPDATE !

This version use the new npm package ngx-admin-lte (this will be easier to update) If your are looking for the old version for angular check the "angular2" branch.

There's now two different repo:

Support

Hey dude! Help me out for a couple of 🍻!

paypal

Launching with docker

./bin/start.sh

Building with docker

./bin/prod.sh

Lauching with node > 7 locally installed

npm install -g yarn
yarn
yarn start

Developpement

For the feature on the Admin_LTE template, see the readme of this repo: https://github.com/TwanoO67/ngx-admin-lte

Adding a component

cd src/app/widgets/
yarn ng g component my-new-widget

Adding a page

cd src/app/pages/
yarn ng g component my-new-page

Adding a service

cd src/app/services/
yarn ng g service my-new-service