We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
afterOpen
afterOpened
1 parent bab04af commit 8e1baaeCopy full SHA for 8e1baae
src/dev-app/dialog/dialog-demo.ts
@@ -53,7 +53,7 @@ export class DialogDemo {
53
// Possible useful example for the open and closeAll events.
54
// Adding a class to the body if a dialog opens and
55
// removing it after all open dialogs are closed
56
- dialog.afterOpen.subscribe(() => {
+ dialog.afterOpened.subscribe(() => {
57
if (!doc.body.classList.contains('no-scroll')) {
58
doc.body.classList.add('no-scroll');
59
}
0 commit comments