We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8899522 commit 46e4f64Copy full SHA for 46e4f64
1 file changed
src/app/component/teams/teams.component.ts
@@ -27,7 +27,7 @@ export class TeamsComponent implements OnInit {
27
console.log('teamGroups', this.teamGroups);
28
});
29
}
30
-
+
31
getTeamArray(key: string): string[] {
32
return this.teamGroups.get(key) || [];
33
0 commit comments