Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Allow subscribing to modal events after instantiation #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

psurrey
Copy link

@psurrey psurrey commented Jan 4, 2019

When wiring up event emitters it should not be checked,
if there are already observers, since there can always be
subscriptions coming in later.

For example if one accesses the modal instance as a ViewChild
and wants to subscribe to modal events in ngAfterViewInit.

When wiring up event emitters it should not be checked,
if there are already observers, since there can always be
subscriptions coming in later.

For example if one accesses the modal instance as a ViewChild
and wants to subscribe to modal events in ngAfterViewInit.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant