Tokkeri
Results
2
issues of
Tokkeri
### Issue type **I'm submitting a ...** (check one with "x") * [ ] bug report * [ ] feature request ### Issue description **Current behavior:** **Expected behavior:** **Steps to...
export class UserStore { private user: User = null; protected userState$ = new BehaviorSubject(this.user); angular 11/nebular 7 build gives error: UserStore - Property "user" is used before its initialization previous...