Home
Softono

Bootstraping Ngx Admin Lte

Open source TypeScript
460
Stars
216
Forks
9
Issues
64
Watchers
7 years
Last Commit

 About Bootstraping Ngx Admin Lte

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

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing Bootstraping Ngx Admin Lte?

We provide expert installation service for this software. Our team will install, configure, and secure Bootstraping Ngx Admin Lte on your server. plans start at just $30.

Bootstraping Ngx Admin Lte

View on GitHub

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 :beers:!

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