Closed marlon-ionic closed 1 year ago
Hello 👋 I'm going to close this based on our conversation on the PR here: https://github.com/ionic-team/starters/pull/1782
Angular developers should either import the specific directives that they are requiring for their template or they can import the "legacy" CommonModule
if they want a simpler experience at the cost of a minimal bundle size increase.
Starter Type: angular-standalone Starter Template: blank
Description:
src/app/home/home.page.ts
doesn't import CommonModule, so common directives likengIf
orngFor
, and common pipes likeasync
are not available.My
ionic info
:Other Information:
Also created https://github.com/ionic-team/starters/pull/1782 if that helps.