feat: update angular template
mhamri opened this issue · 2 comments
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
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.