mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
* tools: enable linter for TypeScript files and code snippets * types: remove remaning namespaces * tools: remove unused Babel decorator plugin |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.json | ||
| karma.conf.js | ||
| ng-package.json | ||
| package.json | ||
| README.md | ||
| tsconfig.lib.json | ||
| tsconfig.lib.prod.json | ||
| tsconfig.spec.json | ||
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.