Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
angular-basics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Fullarton, Christopher
angular-basics
Commits
a5413bda
Commit
a5413bda
authored
Apr 06, 2019
by
Thomas Heckmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes types in test data
parent
851e519b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
db.json
db.json
+5
-5
types/project.ts
types/project.ts
+0
-0
types/projects.ts
types/projects.ts
+0
-0
No files found.
db.json
View file @
a5413bda
...
...
@@ -4,22 +4,22 @@
"id"
:
1
,
"name"
:
"Bahn 2020"
,
"customer"
:
"Deutsche Bahn"
,
"pt"
:
"100"
,
"pt"
:
100
,
"city"
:
"Frankfurt/Main"
},
{
"id"
:
2
,
"name"
:
"Kaufland Next"
,
"customer"
:
"Kaufland"
,
"pt"
:
"160"
,
"pt"
:
160
,
"city"
:
"Heilbronn"
},
{
"id"
:
3
,
"name"
:
"
Kaufland Next
"
,
"name"
:
"
ONE Company
"
,
"customer"
:
"Exxeta"
,
"pt"
:
"100"
,
"pt"
:
100
,
"city"
:
"Karlsruhe"
}
]
}
\ No newline at end of file
}
project.ts
→
types/
project.ts
View file @
a5413bda
File moved
projects.ts
→
types/
projects.ts
View file @
a5413bda
File moved
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