Here's my code: <tbody *ngFor="let user of users"> <td>{{user.name}}:</td> <td> <ng-select [items]="userList" bindVa
Is there a way to see all of the states that have been set on $stateProvider? In this case, I would like my state assignments to be distributed across many fil