Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🚀 Style and Component Library for Angular

License

NotificationsYou must be signed in to change notification settings

swimlane/ngx-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component & Style Library for Angular by Swimlane.

Installing

  • 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)
  • AddNgxUIModule andIconModule to your application module
  • Add the ngx-ui theme in the angular.json file (node_modules/@swimlane/ngx-ui/index.css)

Building ngx-ui

Runyarn build:lib to build ngx-ui. This must be done prior to building the demo.

Development server

Runyarn start to serve the demo athttp://localhost:4200/. The app will automatically reload if you change any of the source files.

Building

Runyarn build to build the project. The build artifacts will be stored in thedist/ directory.

Running tests

  • Runyarn test to execute the linter, prettier check, unit and end-to-end tests.

Release

  • 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)
  • Rungit checkout -b release/X.Y.Z
  • Update version inprojects/swimlane/ngx-ui/package.json.
  • Update changelog inprojects/swimlane/ngx-ui/CHANGELOG.md
  • Runyarn package to build the package
  • Rungit commit -am "(release): X.Y.Z"
  • Rungit tag X.Y.Z
  • Rungit push origin HEAD --tags
  • Runyarn publish
  • Submit PR

Packages

No packages published

Contributors49


[8]ページ先頭

©2009-2025 Movatter.jp