Closed as not planned
Description
Feature Description
Expect to listen for size, but:
{
characterData: true,
childList: true,
subtree: true,
}
Use Case
this._contentObserver.observe(this._elementRef, { attributes: true })
Some other parameters.