![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@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.
The npm package @swimlane/ngx-ui receives a total of 915 weekly downloads. As such, @swimlane/ngx-ui popularity was classified as not popular.
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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.