# Tabler Angular

> WIP: Implementation of [tabler](https://github.com/tabler/tabler) using Angular.

<strong><a href="https://develop-tabler-angular-tabler.buddy.show">Live Demo</a></strong> | <strong><a href="https://tabler-angular-fire.firebaseapp.com">Firebase Demo</a></strong> | <strong><a href="https://tabler.github.io/tabler-angular/">Documentation</a></strong> | <strong><a href="https://goo.gl/zJP2dT">Join us on Slack</a></strong>

# Installation

This project is built with [Angular CLI](https://github.com/angular/angular-cli) & [nrwl/nx](https://github.com/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`

## Docs

- Run `npm run docs`.
- Navigate to `http://localhost:4201/`.
- Update code in `apps/docs`
- [Angular UI on npm](https://www.npmjs.com/package/@tabler/angular-ui)
- [Angular Core on npm](https://www.npmjs.com/package/@tabler/angular-core)
- [Angular Styles on npm](https://www.npmjs.com/package/@tabler/angular-styles)
- [Angular Forms on npm](https://www.npmjs.com/package/@tabler/angular-forms)

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

