All Questions
1 question
0
votes
1
answer
151
views
Error when sending 'user' observable from app component (async-pipe)
Here is my App.component.ts file from where I am sending 'user' observable to the 'header' component as input.
import { Component, OnDestroy, OnInit } from '@angular/core';
import { AuthService } ...