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
Oumar Ba
PPE_FRONT_END
Commits
fbac8e0d
Commit
fbac8e0d
authored
1 year ago
by
Omar
Browse files
Options
Download
Patches
Plain Diff
Initial commit
parents
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.browserslistrc
+16
-0
.browserslistrc
.editorconfig
+16
-0
.editorconfig
.eslintrc.json
+46
-0
.eslintrc.json
.gitignore
+68
-0
.gitignore
.vscode/extensions.json
+5
-0
.vscode/extensions.json
.vscode/settings.json
+3
-0
.vscode/settings.json
angular.json
+149
-0
angular.json
capacitor.config.ts
+12
-0
capacitor.config.ts
ionic.config.json
+7
-0
ionic.config.json
karma.conf.js
+44
-0
karma.conf.js
package-lock.json
+0
-0
package-lock.json
package.json
+65
-0
package.json
src/app/app-routing.module.ts
+22
-0
src/app/app-routing.module.ts
src/app/app.component.html
+3
-0
src/app/app.component.html
src/app/app.component.scss
+0
-0
src/app/app.component.scss
src/app/app.component.spec.ts
+21
-0
src/app/app.component.spec.ts
src/app/app.component.ts
+10
-0
src/app/app.component.ts
src/app/app.module.ts
+16
-0
src/app/app.module.ts
src/app/home/home-routing.module.ts
+16
-0
src/app/home/home-routing.module.ts
src/app/home/home.module.ts
+19
-0
src/app/home/home.module.ts
with
538 additions
and
0 deletions
+538
-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