ionic-team/starters

feat: update angular template

mhamri opened this issue · 2 comments

Prerequisites

Describe the Feature Request

the current angular template is old, the angular.json isn't the latest. the test lib is still protractor and ...

Describe the Use Case

when creating a new angular template, despite it's latest angular package but angular.json and other libraries isn't updated

Describe Preferred Solution

create a new angular project and add ionic and capacitor to it

Describe Alternatives

manually create a new angular project and add ionic and capacitor to it

Related Code

No response

Additional Information

angular.json since version 12 has changed, the default build is changed. but the ionic template still is using angular 11 structure.

protractor is removed, but the ionic angular template still using the old test libs

@liamdebeasi may I know when this could be reviewed?

Thank you for this issue. This should be resolved with the changes from #1737.