Package Exports
- @servoy/uppy
- @servoy/uppy/package.json
Readme
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.