Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
software-engineering-project
front-end
Commits
c7e10765
Commit
c7e10765
authored
3 years ago
by
Jean-Baptiste Kaiser
Browse files
Options
Download
Patches
Plain Diff
Skeleton done
parent
61d14ef0
master
No related merge requests found
Changes
38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
angular.json
+1
-0
angular.json
package-lock.json
+1055
-2337
package-lock.json
package.json
+6
-2
package.json
src/app/app-routing.module.ts
+18
-1
src/app/app-routing.module.ts
src/app/app.component.css
+2
-0
src/app/app.component.css
src/app/app.component.html
+4
-515
src/app/app.component.html
src/app/app.component.ts
+1
-0
src/app/app.component.ts
src/app/app.module.ts
+30
-3
src/app/app.module.ts
src/app/articles/articles.component.css
+10
-0
src/app/articles/articles.component.css
src/app/articles/articles.component.html
+16
-0
src/app/articles/articles.component.html
src/app/articles/articles.component.spec.ts
+25
-0
src/app/articles/articles.component.spec.ts
src/app/articles/articles.component.ts
+17
-0
src/app/articles/articles.component.ts
src/app/data-entry/data-entry.component.css
+0
-0
src/app/data-entry/data-entry.component.css
src/app/data-entry/data-entry.component.html
+8
-0
src/app/data-entry/data-entry.component.html
src/app/data-entry/data-entry.component.spec.ts
+25
-0
src/app/data-entry/data-entry.component.spec.ts
src/app/data-entry/data-entry.component.ts
+19
-0
src/app/data-entry/data-entry.component.ts
src/app/graphics-page/graphics-page.component.css
+0
-0
src/app/graphics-page/graphics-page.component.css
src/app/graphics-page/graphics-page.component.html
+8
-0
src/app/graphics-page/graphics-page.component.html
src/app/graphics-page/graphics-page.component.spec.ts
+25
-0
src/app/graphics-page/graphics-page.component.spec.ts
src/app/graphics-page/graphics-page.component.ts
+19
-0
src/app/graphics-page/graphics-page.component.ts
with
1289 additions
and
2858 deletions
+1289
-2858
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets