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 5df1888 commit b9a3763Copy full SHA for b9a3763
packages/angular/src/lib/cdk/dialog/dialog-config.ts
@@ -23,7 +23,7 @@ export class NativeDialogConfig<D = any> {
23
viewContainerRef?: ViewContainerRef;
24
25
/** Where to render the actual dialog in. By default it renders using the native view of the ViewContainerRef */
26
- renderIn: 'root' | 'viewContainerRef' | View = 'viewContainerRef';
+ renderIn?: 'root' | 'viewContainerRef' | View = 'viewContainerRef';
27
28
/** ID for the dialog. If omitted, a unique one will be generated. */
29
id?: string;
0 commit comments