A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
chore: remove angular dep for angular-server (#27720)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> `@ionic/angular-server` has a dependency on `@ionic/core` not `@ionic/angular` (see https://github.com/ionic-team/ionic-framework/blob/1f06be4a31965f2a949b4866a585aee6af0af29d/packages/angular-server/package.json). As a result, once `@ionic/core` is built there is no reason for `@ionic/angular-server` to also wait for `@ionic/angular` to build before it can build. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - `@ionic/angular-server` now waits for `@ionic/core` to build instead of `@ionic/angular` ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> Dev build sample run: https://github.com/ionic-team/ionic-framework/actions/runs/5414097033
L
Liam DeBeasi committed
cef4691b5d25e38055a4c47b1ca112793cc0ae9f
Parent: 1f06be4
Committed by GitHub <noreply@github.com>
on 6/29/2023, 7:33:32 PM