import { Component, OnInit, ViewChild, ElementRef } from "@angular/core";
import { PlatformDetectorService } from "../../../core/plataform-detector/platform-detector.service";
@ViewChild('inputName') inputName: ElementRef<HTMLInputElement>;
this.platformDetectorService.isPlatformBrowser() &&
this.inputName.nativeElement.focus();
fiz conforme mostrado no curso só que ele gera erro no console
core.js:6185 ERROR TypeError: Cannot read property 'nativeElement' of undefined