uppy/packages/@uppy/angular/projects/angular
2021-10-01 14:01:36 +02:00
..
src tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
.eslintrc.json tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
karma.conf.js Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
ng-package.json Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
package.json Fix @uppy/angular component crash by loosening package.json version constraints (#3210) 2021-10-01 14:01:36 +02:00
README.md Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
tsconfig.lib.json Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
tsconfig.lib.prod.json Angular Integration (#2871) 2021-06-30 11:36:57 +01:00
tsconfig.spec.json Angular Integration (#2871) 2021-06-30 11:36:57 +01:00

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.