mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
* @uppy/angular: update ng version * hack to allow the publish of the Angular package * fix @types/webpack-dev-server resolution (the package is deprecated anyway) * Add Storybook back * Fix default value of Input * Update README * Apply suggestions from code review * fix @types/react version conflict * Update packages/@uppy/angular/.storybook/tsconfig.json
23 lines
964 B
Markdown
23 lines
964 B
Markdown
# Angular
|
|
|
|
This project was generated with [Angular CLI](https://github.com/angular/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](https://karma-runner.github.io).
|
|
|
|
## 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](https://angular.io/cli) page.
|