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
UPSMF
upsmf-examinations-module
Commits
5822e3fd
Commit
5822e3fd
authored
1 year ago
by
Arun Kumar
Browse files
Options
Download
Patches
Plain Diff
initial commit
parents
Changes
23
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+16
-0
.editorconfig
.gitignore
+42
-0
.gitignore
.vscode/extensions.json
+4
-0
.vscode/extensions.json
.vscode/launch.json
+20
-0
.vscode/launch.json
.vscode/tasks.json
+42
-0
.vscode/tasks.json
README.md
+27
-0
README.md
angular.json
+104
-0
angular.json
package-lock.json
+0
-0
package-lock.json
package.json
+38
-0
package.json
src/app/app-routing.module.ts
+10
-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/favicon.ico
+0
-0
src/favicon.ico
src/index.html
+13
-0
src/index.html
src/main.ts
+7
-0
src/main.ts
src/styles.scss
+1
-0
src/styles.scss
with
387 additions
and
0 deletions
+387
-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