You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the `_VIEW_REPEATER_STRATEGY` token was introduced as a way to tree shake the different strategies depending on which components are used. While that's true, it also makes the APIs less ergonomic since users have to remember to import additional directives to use them.
These changes remove the token in favor of switching the strategy internally which means that we can't tree shake the strategies anymore, but they're relatively small (< 0.5kb minified, not gzipped).
0 commit comments