4.0.5 • Published 6 years ago

@streamjar/ui-ng v4.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

StreamJar UI

@streamjar/ui is a package that backs all of our Angular 4+ based applications.

Getting Started

Installing @streamjar/ui is relatively simple.

Install package

npm install @streamjar/ui-ng

Configure Angular

Add the following to your assets in angular.json

{
  "glob": "**/*",
  "input": "node_modules/@streamjar/ui-shared/assets",
  "output": "/assets"
}

Each module is exported separately, make sure to import what you need:

import  { ButtonModule }  from  '@streamjar/ui-ng';

Some modules have services or require overlays, for these you will want to call .forRoot() in your base application, and import normally at higher levels.

  • TooltipModule
  • FilterModule
  • MenuModule
  • InputModule
  • ColourModule
  • DialogModule

Documentation

Inside this project in /demo you can find a demo angular-cli application which shows all components, what's available and examples on how to use them.

4.0.5

6 years ago

4.0.4

6 years ago

4.0.3

6 years ago

3.1.4

6 years ago

3.1.3

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-alpha.0

6 years ago

2.1.16

6 years ago

2.1.14

6 years ago

2.1.12

6 years ago

2.1.11

6 years ago

2.1.9

6 years ago

2.1.8

7 years ago

2.1.7

7 years ago