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
851e519b
Commit
851e519b
authored
Jan 04, 2019
by
Thomas Heckmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes project data
parent
5446da9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
projects.ts
projects.ts
+4
-4
No files found.
projects.ts
View file @
851e519b
import
{
Project
}
from
'
./project
'
;
export
const
projects
=
[
export
const
PROJECTS
=
[
{
'
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
'
:
'
ONE Company
'
,
'
customer
'
:
'
Exxeta
'
,
'
pt
'
:
'
100
'
,
'
pt
'
:
100
,
'
city
'
:
'
Karlsruhe
'
}
]
as
Project
[];
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