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.
1 parent fac8332 commit 07b4250Copy full SHA for 07b4250
src/cdk-experimental/dialog/dialog.ts
@@ -10,6 +10,7 @@ import {
10
TemplateRef,
11
SkipSelf,
12
Optional,
13
+ Injectable,
14
Injector,
15
Inject,
16
ComponentRef
@@ -44,6 +45,7 @@ import {
44
45
/**
46
* Service to open modal dialogs.
47
*/
48
+@Injectable()
49
export class Dialog {
50
/** Stream that emits when all dialogs are closed. */
51
get _afterAllClosed(): Observable<void> {
0 commit comments