mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
* feature(integration): initial Angular framework implementation * Package cleanup * Actually add the components this time * fix rendering bug * Add documentation * dependency fixes * add broken example * Make locales ignore angular * dependency updates * Update package-lock.json * Fix broken example * Make example consistent with docs * angular: Update styling advice * angular: Build system stuff * angular: Escape dependency hell * angular: Add dashboard-modal component * angular: Update package.json/prepare for release * angular: Fix styling bugs * add Angular dependencies * Update README.md * lint fixes — those deps are in root * Update README.md Co-authored-by: Adam Medford <adammedford@gmail.com> Co-authored-by: Artur Paikin <artur@arturpaikin.com>
417 B
417 B
Uppy Angular Integration
Build
Run ng build @uppy/angular to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build @uppy/angular, go to the dist folder cd dist/@uppy/angular and run npm publish.
Running unit tests
Run ng test @uppy/angular to execute the unit tests via Karma.