uppy/packages/@uppy/angular/projects/angular/README.md
Andrew 8f4cc89a9e
Angular Integration (#2871)
* 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>
2021-06-30 11:36:57 +01:00

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.