mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
Angular Integration (#2871)
* feature(integration): initial Angular framework implementation * Package cleanup * Actually add the components this time * fix rendering bug * Add documentation * dependency fixes * add broken example * Make locales ignore angular * dependency updates * Update package-lock.json * Fix broken example * Make example consistent with docs * angular: Update styling advice * angular: Build system stuff * angular: Escape dependency hell * angular: Add dashboard-modal component * angular: Update package.json/prepare for release * angular: Fix styling bugs * add Angular dependencies * Update README.md * lint fixes — those deps are in root * Update README.md Co-authored-by: Adam Medford <adammedford@gmail.com> Co-authored-by: Artur Paikin <artur@arturpaikin.com>
This commit is contained in:
parent
285a13670d
commit
8f4cc89a9e
84 changed files with 36239 additions and 1338 deletions
3
examples/angular-example/src/styles.css
Normal file
3
examples/angular-example/src/styles.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* You can add global styles to this file, and also import other style files */
|
||||
@import '../../../packages/@uppy/core/dist/style.css';
|
||||
@import '../../../packages/@uppy/dashboard/dist/style.css';
|
||||
Loading…
Add table
Add a link
Reference in a new issue