@ViewChild(Content) content: Content; ngAfterViewInit(): void { if (this.content) this.content.resize(); }