bmgdev / tabler-angular

Maintained by @arunabhdas Tabler for Angular - Components, demos and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabler Angular

WIP: Implementation of tabler using Angular.

Live Demo | Firebase Demo | Documentation | Join us on Slack

Installation

This project is built with Angular CLI & nrwl/nx.

Install dependencies

  • Run npm install.

Applications

You can start one of the following applications:

Demo

  • Run npm run demo.
  • Navigate to http://localhost:4200/.
  • Update code in apps/demo

Usage

==> 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

Docs

Release to npm (deprecated)

  • Run npm run release-it

Publish to npm

  • 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

License: MIT

Meta

  • Previously ==> npm --version 6.5.0

  • Currently ==> npm --version 6.9.0

About

Maintained by @arunabhdas Tabler for Angular - Components, demos and documentation

License:MIT License


Languages

Language:TypeScript 52.2%Language:CSS 45.8%Language:JavaScript 1.9%Language:HTML 0.1%