mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.5.1 | @uppy/companion-client | 3.1.1 | | @uppy/aws-s3-multipart | 3.1.1 | @uppy/utils | 5.1.1 | | @uppy/companion | 4.1.1 | uppy | 3.3.1 | - @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213) - @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221) - @uppy/utils: fix types (Antoine du Hamel / #4212) - @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214) - docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216) - meta: add more bundlers for automated testing (Antoine du Hamel / #4100) - @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211) - meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208) - meta: do not use the set-output command in workflows (Antoine du Hamel / #4175) |
||
|---|---|---|
| .. | ||
| .storybook | ||
| projects/uppy/angular | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .gitignore | ||
| angular.json | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Angular
This project was generated with Angular CLI version 13.0.4.
Development server
Run yarn workspace angular start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Code scaffolding
Run yarn workspace angular ng generate component component-name to generate a new component. You can also use yarn workspace angular ng generate directive|pipe|service|class|guard|interface|enum|module.
Build
Run yarn build:angular to build the project. The build artifacts will be stored in the dist/ directory.
Running unit tests
Run yarn workspace angular test to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use yarn workspace angular ng help or go check out the Angular CLI Overview and Command Reference page.