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
Register
Sign in
Toggle navigation
Menu
Flavien REGIS
tp-routing
Commits
43a2f5b6
Commit
43a2f5b6
authored
5 years ago
by
Flavien REGIS
Browse files
Options
Download
Patches
Plain Diff
initial commit
parents
master
No related merge requests found
Changes
31
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+13
-0
.editorconfig
.gitignore
+46
-0
.gitignore
README.md
+27
-0
README.md
angular.json
+130
-0
angular.json
browserslist
+13
-0
browserslist
e2e/protractor.conf.js
+33
-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
+32
-0
karma.conf.js
package-lock.json
+0
-0
package-lock.json
package.json
+47
-0
package.json
src/app/app-routing.module.ts
+11
-0
src/app/app-routing.module.ts
src/app/app.component.html
+0
-0
src/app/app.component.html
src/app/app.component.scss
+0
-0
src/app/app.component.scss
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
+18
-0
src/app/app.module.ts
src/assets/.gitkeep
+0
-0
src/assets/.gitkeep
src/environments/environment.prod.ts
+3
-0
src/environments/environment.prod.ts
with
465 additions
and
0 deletions
+465
-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