Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

rxjs-compat subscribe have no effect #1556

@Frennetix

Description

@Frennetix

I use a library ng2-bs3-modal and after upgrading my project to version 6.x.x the subscribe have no effect:

<bs-modal #modal>
  ...
</bs-modal>

@ViewChild('modal')
modal1: BsModalComponent;

this.modal1.onClose.subscribe(
  () => {
    console.log('close');
  }
)

Repo to reproduce:
https://github.com/Frennetix/rxjs6-ng2-bs3-modal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions