Ngx observers is library to allow developer use Resize, Mutation and Intersection observer api like normal output events on some element.
Angular version | Ngx observers version |
---|---|
12, 13 | 0.0.0 - 1.x.x |
14 | 2.x.x |
npm install ngx-observers --save
then add NgxSimpleTextEditorModule
into module imports
You can access directive original observer object (e.g. this.obsResize.observer
) using template variables (#elem="directive"
):
See online
MIT