@s-libs/app-state
Advanced tools
Changelog
Changelog
11.2.0-next.1 (2021-01-01)
DirectiveSuperclass.getInput$()
wait until the input is set before emitting. Before, if called e.g. from the directive's constructor, it would emit undefined
immediately, then emit again during ngOnChanges
. Caveat: all emissions are now delayed on the microtask queue. (3b13611), closes #14ComponentContextNext
. This will replace ComponentContext
in a future major version release. See migration notes in the class-level docs for ComponentContext
. Closes #15. (90bc99f)Changelog
11.1.0 (2020-11-27)
spreadArrayStore$()
handles null and undefined (16e0dce), closes #4spreadObjectStore$()
handles null and undefined (c15b653)Constructor
type to support the mixin pattern (f39a6b9)omit()
(48d267b)omitBy()
(a2c4280)pick()
(ecedb2e)pickBy()
(bcf1824)isBoolean()
(a57466a)mixInInjectableSuperclass()
(e3cacf8)mapAndCacheArrayElements()
handles null and undefined (7d19f47)mapAndCacheObjectElements()
handles null and undefined (7829d6b)mixInSubscriptionManager()
(c173fa5)Changelog
11.0.0-next.0 (2020-11-21)
ng-core
and ng-app-state
, and ng-dev
now require angular 11