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
61d14ef0
Commit
61d14ef0
authored
4 years ago
by
Jean-Baptiste Kaiser
Browse files
Options
Download
Plain Diff
Merge branch '1-add-base-structure' into 'master'
Resolve "add base structure" Closes
#1
See merge request
!1
parents
1daa240e
1c6386d3
master
1 merge request
!1
Resolve "add base structure"
Changes
33
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.browserslistrc
+17
-0
.browserslistrc
.editorconfig
+16
-0
.editorconfig
.gitignore
+46
-0
.gitignore
LICENSE
+21
-0
LICENSE
README.md
+27
-0
README.md
angular.json
+129
-0
angular.json
e2e/protractor.conf.js
+37
-0
e2e/protractor.conf.js
e2e/src/app.e2e-spec.ts
+23
-0
e2e/src/app.e2e-spec.ts
e2e/src/app.po.ts
+11
-0
e2e/src/app.po.ts
e2e/tsconfig.json
+13
-0
e2e/tsconfig.json
karma.conf.js
+44
-0
karma.conf.js
package-lock.json
+34047
-0
package-lock.json
package.json
+48
-0
package.json
src/app/app-routing.module.ts
+10
-0
src/app/app-routing.module.ts
src/app/app.component.css
+0
-0
src/app/app.component.css
src/app/app.component.html
+515
-0
src/app/app.component.html
src/app/app.component.spec.ts
+35
-0
src/app/app.component.spec.ts
src/app/app.component.ts
+10
-0
src/app/app.component.ts
src/app/app.module.ts
+22
-0
src/app/app.module.ts
src/assets/.gitkeep
+0
-0
src/assets/.gitkeep
with
35071 additions
and
0 deletions
+35071
-0
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