All Questions
1 question
0
votes
2
answers
1k
views
Angular 6 - mock authState - valueChanges of undefined
I have a service with a property and a getter. The property is set in the service constructor like this:
public readonly usersMetaData: Observable<User | null>;
constructor(private afAuth: ...