-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARPA-957 Added missing properties to graphql query (#285)
- Loading branch information
1 parent
781c6b0
commit 3aa5c5b
Showing
8 changed files
with
24 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 3 additions & 8 deletions
11
src/app/features/persons/person-dialog/person-profiles/person-profiles.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
import { Component, Input } from '@angular/core'; | ||
import { PersonDto } from '@arpa/models'; | ||
|
||
|
||
@Component({ | ||
selector: 'arpa-person-profiles', | ||
templateUrl: './person-profiles.component.html', | ||
styleUrls: ['./person-profiles.component.scss'] | ||
styleUrls: ['./person-profiles.component.scss'], | ||
}) | ||
export class PersonProfilesComponent { | ||
@Input() person: PersonDto |null; | ||
|
||
constructor() {} | ||
|
||
|
||
export class PersonProfilesComponent { | ||
@Input() person: PersonDto | null; | ||
} |
4 changes: 2 additions & 2 deletions
4
src/app/features/persons/person-dialog/resolvers/person.resolver.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters