Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6.8k
Modal Documentation wrong #3155
Copy link
Copy link
Closed
Labels
docsThis issue is related to documentationThis issue is related to documentationhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Description
Metadata
Metadata
Assignees
Labels
docsThis issue is related to documentationThis issue is related to documentationhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
There is an error on the documentation website (material.angular.io) regarding modals:
dialogRef.afterClosed.then
should be
dialogRef.afterClosed.subscribe
Tested in beta.1 and beta.2