We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d86564 commit 59c6289Copy full SHA for 59c6289
src/lib/dialog/dialog-config.ts
@@ -15,6 +15,13 @@ export interface DialogPosition {
15
* Configuration for opening a modal dialog with the MdDialog service.
16
*/
17
export class MdDialogConfig {
18
+
19
+ /**
20
+ * Where the attached component should live in Angular's *logical* component tree.
21
+ * This affects what is available for injection and the change detection order for the
22
+ * component instantiated inside of the dialog. This does not affect where the dialog
23
+ * content will be rendered.
24
+ */
25
viewContainerRef?: ViewContainerRef;
26
27
/** The ARIA role of the dialog element. */
0 commit comments