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
component:deprecateerror output in favor of errored (6b002bb)
(error) will be removed in the next major version due to a name clash with DOM Element's 'error' event. (errored) is an equivalent substitute. Failure to properly address this deprecation before its removal may result in breakages of custom error handling code (for when errorMode parameter value is set to "handled").
package: add Angular 15 support (6c62634), closes #275. Kudos to @AshleyMedway for this contribution