example: update Angular example to v14 (#3996)

This commit is contained in:
Antoine du Hamel 2022-08-17 12:33:25 +02:00 committed by GitHub
parent edcbe02995
commit b52688876f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 2268 additions and 2704 deletions

View file

@ -1,3 +1,5 @@
/* 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';
@import '@uppy/core/dist/style.css';
@import '@uppy/dashboard/dist/style.css';
@import '@uppy/drag-drop/dist/style.css';
@import '@uppy/progress-bar/dist/style.css';