-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dialog): add events (observables) for open & closeAll (#2522)
* added afterOpen & afterAllClosed observables to NgDialog + tests + demo * typo * fixed demo for aot * removed unused src argument in dialog demo * added viewContainerRef to dialog open tests * reworked dialog closeAll & open events based on feedback * added comment to change commit to the right username * added types for afterOpen & afterAllClosed * _afterAllClosed and _afterOpen subjects now delegate to state of parentDialog & removed spaces from inside import braces * fixed tslint error in dialog.ts
- Loading branch information
1 parent
6d0c40c
commit 23ab152
Showing
4 changed files
with
110 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters