rangle / angular-devtools

Moved to the Angular organization.
https://github.com/angular/angular/tree/master/devtools
255 stars 18 forks source link

chore: update angular.json to re-enable local development #975

Closed JimMorrison723 closed 2 years ago

JimMorrison723 commented 2 years ago

This PR updates the angular.json config in order to make local development possible. It should make the CI jobs pass again as well. Changes based on this comment: 868#issuecomment-920865352

updating dependencies and config resolves #916 #962 #968

polyfills.ts changes: happened after manually running ng update @angular/cli --migrate-only --from=11 --to=13.1. It also removed lint from angular.json, but i left it in there for now.

Note: Once the dependencies are updated, i will drop the first commit. Without it i just coudn't even run the project.

mgechev commented 2 years ago

We're going to hold PRs off until we merge https://github.com/angular/angular/pull/43473