Alvaro Puertas

Results 8 comments of Alvaro Puertas

@stef-levesque Version: 1.49.0 (user setup) Commit: e790b931385d72cf5669fcefc51cdf65990efa5d Date: 2020-09-10T13:22:08.892Z Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Windows_NT x64 10.0.19041 @angular-devkit/core: 9.1.11. "auto" word added in my TypeScript files,...

Angular 16 is already live, and this is not fixed. Any news on this?

Angular 16 is already live, and this is not fixed. Any news on this?

I fixed it replacing `isAuthenticated$` with awaiting this ``` async isAuthenticated() { const state$ = this.oidcSecurityService.isAuthenticated(); return lastValueFrom(state$); } ```

Any news with this? It's been 6 years already...