- Notifications
You must be signed in to change notification settings - Fork114
🚀 Style and Component Library for Angular
License
NotificationsYou must be signed in to change notification settings
swimlane/ngx-ui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Component & Style Library for Angular by Swimlane.
npm i @swimlane/ngx-ui --S
- Install the project'speer dependencies (moment, moment-timezone, ngx-moment, ng-in-viewport, codemirror, angular/cdk, resize-observer-polyfill)
- Add
NgxUIModule
andIconModule
to your application module - Add the ngx-ui theme in the angular.json file (
node_modules/@swimlane/ngx-ui/index.css
)
Runyarn build:lib
to build ngx-ui. This must be done prior to building the demo.
Runyarn start
to serve the demo athttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Runyarn build
to build the project. The build artifacts will be stored in thedist/
directory.
- Run
yarn test
to execute the linter, prettier check, unit and end-to-end tests.
- Checkout master (
git checkout master
) - Pull master (
git pull
) - Refresh node modules (
yarn install --frozen-lockfile
) - Run tests (
yarn test
) - Examine log to determine next version (X.Y.Z)
- Run
git checkout -b release/X.Y.Z
- Update version in
projects/swimlane/ngx-ui/package.json
. - Update changelog in
projects/swimlane/ngx-ui/CHANGELOG.md
- Run
yarn package
to build the package - Run
git commit -am "(release): X.Y.Z"
- Run
git tag X.Y.Z
- Run
git push origin HEAD --tags
- Run
yarn publish
- Submit PR
About
🚀 Style and Component Library for Angular
Topics
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.