this.user$ = this.auth.user$.pipe( map((user: AuthUser) => user) ); {{ (user$ | async)?.nickname }}. Also, my workaround at the moment is to ...
確定! 回上一頁