Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
/ tabler-angular Public archive

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

License

Notifications You must be signed in to change notification settings

tabler/tabler-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac0d611 · Aug 23, 2020
Nov 13, 2018
Nov 13, 2018
Apr 26, 2019
Apr 8, 2018
Mar 31, 2018
Apr 8, 2018
Apr 12, 2018
Apr 15, 2018
Aug 24, 2018
Apr 5, 2018
Aug 23, 2020
Nov 13, 2018
Jun 4, 2018
Apr 26, 2019
Apr 26, 2019
Jun 4, 2018
Jun 4, 2018

Repository files navigation

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

Prerequisite Steps

==> npm install -g npm

==> npm i -g @angular/cli

==> ng new

Usage Steps

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

Sample App

Here are a few sample apps

https://github.com/arunabhdas/fullstackapp

License: MIT

Maintainer

Meta

  • Previously ==> npm --version 6.5.0

  • Currently ==> npm --version 6.9.0