🚀 Style and Component Library for Angular
Component & Style Library for Angular by Swimlane.
npm i @swimlane/ngx-ui --S
NgxUIModule
and IconModule
to your application modulenode_modules/@swimlane/ngx-ui/index.css
)Run yarn build:lib
to build ngx-ui. This must be done prior to building the demo.
Run yarn start
to serve the demo at http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the dist/
directory.
yarn test
to execute the linter, prettier check, unit and end-to-end tests.git checkout master
)git pull
)yarn install --frozen-lockfile
)yarn test
)git checkout -b release/X.Y.Z
projects/swimlane/ngx-ui/package.json
.projects/swimlane/ngx-ui/CHANGELOG.md
yarn package
to build the packagegit commit -am "(release): X.Y.Z"
git tag X.Y.Z
git push origin HEAD --tags
yarn publish