microcosme
Results
1
comments of
microcosme
I found a much easier solution. Just extend the base UserData interface: ``` import { UserData } from 'angular2-token; export MyUserData extends UserData { role: string; } ``` You then...