Now IoService is part of the public API and you may use it to bind inputs/outputs imperatively anywhere from your code.
Also most of the codebase was refactored to replace any with more typesafe unknown and one bug in dynamic directive ref was fixed when host component was typed as a class instead of an instance.
DEPRECATIONS:
EventArgumentToken: please use IoEventArgumentToken
Add
IoEventContextToken
andIoEventContextProviderToken
that will be used as a context when output handlers are invoked. See usage: https://github.com/gund/ng-dynamic-component/blob/051cd691ee198dd671a6cdc487952924dfb36874/README.md?plain=1#L204-L248Now
IoService
is part of the public API and you may use it to bind inputs/outputs imperatively anywhere from your code.Also most of the codebase was refactored to replace
any
with more typesafeunknown
and one bug in dynamic directive ref was fixed when host component was typed as a class instead of an instance.DEPRECATIONS:
EventArgumentToken
: please useIoEventArgumentToken