ionic-team / starters

Starter templates for Ionic apps, used by the Ionic CLI
MIT License
462 stars 316 forks source link

fix(angular-standalone): remove duplicate compiler dependency #1800

Closed liamdebeasi closed 1 year ago

liamdebeasi commented 1 year ago

The package.json has a duplicate @angular/compiler dependency. This should be a dependency of the project, not a dev dependency (Running ng new has the compiler as a dependency).