ng2-bs3-modal
ng2-bs3-modal copied to clipboard
Allow subscribing to modal events after instantiation
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.