angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

fix(@schematics/angular): explicitly set standalone:false

Open hybrist opened this issue 1 year ago • 4 comments

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

hybrist avatar Oct 15 '24 18:10 hybrist

Updated to apply the explicit false consistently for component, directive, and pipe - matching the default flip in core.

hybrist avatar Oct 15 '24 18:10 hybrist

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?

alan-agius4 avatar Oct 15 '24 19:10 alan-agius4

Included the angular update commit in the PR again to ensure the post-upgrade state is tested.

hybrist avatar Oct 15 '24 20:10 hybrist

🍏 💚 🟢 !

hybrist avatar Oct 15 '24 21:10 hybrist

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.