Steeve VINCENT
Results
2
comments of
Steeve VINCENT
I don't know if it's a good practice but I use a workaround to tackle this problem, active focus in code ```javascript var inputs = this.document.getElementsByTagName("input"); for (var i =...
I've also tried to use Component Outlet to dynamically load the component only if it's on the browser but I've got this error: ```ts ngAfterViewInit(): void { if (isPlatformBrowser(this.platformId)) {...