Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@swimlane/ngx-ui
Advanced tools
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 npm run build:lib
to build ngx-ui. This must be done prior to building the demo.
Run npm run start
to serve the demo at http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
npm run test
to execute unit testsng cypress
to execute the end-to-end tests via Cypress.git checkout master
)git pull
)npm ci
)npm test
)git checkout -b release/X.Y.Z
projects/swimlane/ngx-ui/package.json
.projects/swimlane/ngx-ui/CHANGELOG.md
git commit -am "(release): X.Y.Z"
git tag X.Y.Z
git push origin HEAD --tags
npm run publish:lib
FAQs
Component & Style Library for Angular by Swimlane.
We found that @swimlane/ngx-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.