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:
Andrew 2021-06-30 06:36:57 -04:00 committed by GitHub
parent 285a13670d
commit 8f4cc89a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
84 changed files with 36239 additions and 1338 deletions

View 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';