WIP: Implementation of tabler using Angular.
Live Demo | Firebase Demo | Documentation | Join us on Slack
This project is built with Angular CLI & nrwl/nx.
- Run
npm install
.
You can start one of the following applications:
- Run
npm run demo
. - Navigate to
http://localhost:4200/
. - Update code in
apps/demo
==> npm install @angular/cli -g
==> ng new tabler-angular-demo
==> ng add @tabler/tabler-angular
==> npm install tabler-ui
==> npm install @tabler/angular-ui
==> npm install @tabler/angular-styles
==> npm install @tabler/angular-core
- Run
npm run docs
. - Navigate to
http://localhost:4201/
. - Update code in
apps/docs
- Angular UI on npm
- Angular Core on npm
- Angular Styles on npm
- Angular Forms on npm
- Run
npm run release-it
- Use the
np
utility:
https://www.npmjs.com/package/np
So the basic flow is:
- make changes
- create build
- test build
- publish build using
np
- publish build using
np --yolo
to skip tests
==> npm install -g npm
==> npm i -g @angular/cli
==> ng new
==> ng new MyApp --routing ? Which stylesheet format would you like to use? CSS
==> npm install tabler-ui
==> npm install @tabler/angular-ui
==> npm install @tabler/angular-styles
==> npm install @tabler/angular-core
==> ng g c home
Here are a few sample apps
https://github.com/arunabhdas/fullstackapp
- Arunabh Das
- https://github.com/arunabhdas
-
Previously ==> npm --version 6.5.0
-
Currently ==> npm --version 6.9.0