A base implementation of AngularOverlayComponent. You should extend this class if you use a component for an overlay;
if you do not extend this class be sure to inject a ChangeDetectorRef into your overlay component's constructor.
an updateEdge and a removeEdge method, as helpers.
A base implementation of AngularOverlayComponent. You should extend this class if you use a component for an overlay; if you do not extend this class be sure to inject a ChangeDetectorRef into your overlay component's constructor. an
updateEdge
and aremoveEdge
method, as helpers.