build(docs-infra): upgrade @angular/* to 8.0.0-beta.14 (#29926)
PR Close #29926
This commit is contained in:
committed by
Andrew Kushnir
parent
909557d5f8
commit
3def652e18
@@ -97,7 +97,7 @@ export class CodeComponent implements OnChanges {
|
||||
@Output() codeFormatted = new EventEmitter<void>();
|
||||
|
||||
/** The element in the template that will display the formatted code. */
|
||||
@ViewChild('codeContainer') codeContainer: ElementRef;
|
||||
@ViewChild('codeContainer', { static: true }) codeContainer: ElementRef;
|
||||
|
||||
constructor(
|
||||
private snackbar: MatSnackBar,
|
||||
|
||||
Reference in New Issue
Block a user