build(docs-infra): upgrade @angular/* to 8.0.0-beta.14 (#29926)

PR Close #29926
This commit is contained in:
George Kalpakas
2019-04-25 12:32:48 -07:00
committed by Andrew Kushnir
parent 909557d5f8
commit 3def652e18
11 changed files with 80 additions and 75 deletions
@@ -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,