components icon indicating copy to clipboard operation
components copied to clipboard

refactor(material/core): deprecate initialized mixin

Open crisbeto opened this issue 1 year ago • 1 comments

The mixinInitialized is only used in a couple of places and it takes more boilerplate code to consume than to recreate its functionality. It also basically recreates the implementation of ReplaySubject.

These changes deprecate the mixin and remove its usages from our code so that we can eventually drop it in version 17.

crisbeto avatar Nov 13 '22 08:11 crisbeto

Note: I ran an initial TGP for this and it broke a bunch of targets. It likely introduced a behavior change somewhere.

crisbeto avatar Nov 14 '22 08:11 crisbeto

Closing since I'm approaching removing the mixin functions differently.

crisbeto avatar Nov 09 '23 05:11 crisbeto

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.