fix(@schematics/angular): explicitly set standalone:false
Since the new default for standalone is true, any place that previously omitted the value to get an implicit false now needs to set it to false explicitly.
See: https://github.com/angular/angular/pull/58169
Updated to apply the explicit false consistently for component, directive, and pipe - matching the default flip in core.
Not: can you cherry-pick the commit from https://github.com/angular/angular-cli/pull/28634 so that we ran the full snapshot suite in CI?
Included the angular update commit in the PR again to ensure the post-upgrade state is tested.
🍏 💚 🟢 !
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.