Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
urgi-is
FAIDARE
Commits
74f5aa49
Commit
74f5aa49
authored
Jan 21, 2021
by
Maud Marty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix int
parent
4b468d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
frontend/src/app/study-card/study-card.component.ts
frontend/src/app/study-card/study-card.component.ts
+4
-4
No files found.
frontend/src/app/study-card/study-card.component.ts
View file @
74f5aa49
import
{
Component
,
OnInit
}
from
'
@angular/core
'
;
import
{
BrapiService
}
from
'
../brapi.service
'
;
import
{
ActivatedRoute
}
from
'
@angular/router
'
;
import
{
Component
,
OnInit
}
from
'
@angular/core
'
;
import
{
BrapiService
}
from
'
../brapi.service
'
;
import
{
ActivatedRoute
}
from
'
@angular/router
'
;
import
{
BrapiGermplasm
,
BrapiLocation
,
...
...
@@ -8,7 +8,7 @@ import {
BrapiStudy
,
BrapiTrial
}
from
'
../models/brapi.model
'
;
import
{
KeyValueObject
,
toKeyValueObjects
}
from
'
../utils
'
;
import
{
KeyValueObject
,
toKeyValueObjects
}
from
'
../utils
'
;
@
Component
({
selector
:
'
faidare-study-card
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment