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
feat(isArray): support Array subclasses in angular.isArray
In particular, this change gets Angular to play nicely with MobX observable arrays. See angular#15533
BREAKING CHANGE: Previously, `angular.isArray` was an alias for and thus worked exactly as `Array.isArray`. If you need this logic, use `Array.isArray` directly.
0 commit comments