uppy/packages/@uppy/angular/projects/angular
Antoine du Hamel 5630f7dc07
tools: enable linter for TypeScript (#2997)
* tools: enable linter for TypeScript files and code snippets

* types: remove remaning namespaces

* tools: remove unused Babel decorator plugin
2021-07-13 14:28:14 +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 @uppy/angular: upgrade to Angular 12.1 2021-07-09 12:33:44 +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.