-
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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