vdolek / angular-resize-event

Angular directive for detecting changes of an element size.
MIT License
169 stars 63 forks source link

Add support for Server Side Rendering (SSR) #15

Closed lehoffma closed 4 years ago

lehoffma commented 4 years ago

ResizeSensor is not available in SSR environments, so I just added a simple check in the onInit method.