Skip to content

Angular "something" Table (name to change when we figure out something better for the "S")

Notifications You must be signed in to change notification settings

ConvergysLabs/ngst

Repository files navigation

NgST Demo Application

This repository contains the code to develop, test, demo, and distribute NGST.

If you wish to include NGST in your Angular application please see the module's readme.

Table image

Running the Demo/Development

Install dependencies

yarn

Run the demo

yarn start

Building and publishing new versions of the lib to NPM

Increment the version number

In src/app/ngst/package.json increment "version"/

Build NgST lib

yarn build:lib

OR

npm run build:lib

Pack

npm pack dist

Distribute

You will need to have npm permissions and be logged in. Your terminal will prompt you for creds.

npm publish dist

Installing a local instance of NgST for testing

  1. Build NgST lib
  2. Navigate to the project directory you wish to install the previously built version of NgST
  3. yarn add file:<\path\to\ngst\dist> or npm install <\path\to\ngst\dist> Note: This should only be done when developing changes for NgST. When actually install NgST simply yarn add ngst or npm install ngst

About

Angular "something" Table (name to change when we figure out something better for the "S")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published