Convert qualifications to table #13

Merged
ptran merged 3 commits from style/qualifications into main 2024-12-18 13:36:55 +00:00
Collaborator
No description provided.
ptran added 1 commit 2024-12-18 13:23:43 +00:00
csimonis reviewed 2024-12-18 13:24:31 +00:00
@ -25,0 +39,4 @@
constructor(
private readonly httpClient: HttpClient,
) {
this.qualifications$ = this.httpClient.get<Qualification[]>('http://localhost:8089/qualifications');

maybe create service for api requests you fucking dumbass

maybe create service for api requests you fucking dumbass
ptran marked this conversation as resolved
ptran force-pushed style/qualifications from 9b68a90cbd to 8d751d1eea 2024-12-18 13:34:22 +00:00 Compare
ptran added 1 commit 2024-12-18 13:35:34 +00:00
ptran scheduled this pull request to auto merge when all checks succeed 2024-12-18 13:35:50 +00:00
csimonis approved these changes 2024-12-18 13:36:53 +00:00
ptran merged commit e0101a5364 into main 2024-12-18 13:36:55 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: angular/ems-frontend#13
No description provided.