Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IP_Angular_FRONTEND
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louise GRAZER
IP_Angular_FRONTEND
Merge requests
!6
F5 restaurants
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
F5 restaurants
F5-Restaurant
into
development
Overview
0
Commits
7
Pipelines
0
Changes
32
Merged
F5 restaurants
Louise GRAZER
requested to merge
F5-Restaurant
into
development
Apr 1, 2020
Overview
0
Commits
7
Pipelines
0
Changes
32
0
0
Merge request reports
Compare
development
version 3
40704403
Apr 1, 2020
version 2
3fa39c47
Apr 1, 2020
version 1
43c23f37
Apr 1, 2020
development (base)
and
latest version
latest version
1d3d1057
7 commits,
Apr 1, 2020
version 3
40704403
6 commits,
Apr 1, 2020
version 2
3fa39c47
5 commits,
Apr 1, 2020
version 1
43c23f37
4 commits,
Apr 1, 2020
32 files
+
494
−
72
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
feeling-peckish/src/app/models/ingredient/ingredient/ingredients.ts
+
6
−
0
View file @ 1d3d1057
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,6 +8,9 @@ export interface Ingredient {
/** Name of the ingredient */
name
:
string
;
/** Raw name of the ingredient picture */
picture
:
string
;
}
/** Describe a ingredient used in a recipe */
@@ -31,6 +34,9 @@ export interface IngredientApi {
/** Name of the ingredient */
name
:
string
;
/** Picture of the ingredient */
picture
:
string
;
}
/**
Loading