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
uphrh-player
Commits
64040cf9
Commit
64040cf9
authored
1 year ago
by
devendra
Browse files
Options
Download
Patches
Plain Diff
Feat: Initial commit
parents
main
release-5.3.0
No related merge requests found
Changes
368
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.circleci/config.yml
+40
-0
.circleci/config.yml
.github/pull_request_template.md
+33
-0
.github/pull_request_template.md
.github/workflows/jira-description-action.yml
+16
-0
.github/workflows/jira-description-action.yml
.gitignore
+11
-0
.gitignore
LICENSE
+21
-0
LICENSE
README.md
+213
-0
README.md
angular.json
+333
-0
angular.json
build-wc.js
+31
-0
build-wc.js
package-lock.json
+0
-0
package-lock.json
package.json
+73
-0
package.json
projects/quml-demo-app-e2e/protractor.conf.js
+29
-0
projects/quml-demo-app-e2e/protractor.conf.js
projects/quml-demo-app-e2e/src/app.e2e-spec.ts
+14
-0
projects/quml-demo-app-e2e/src/app.e2e-spec.ts
projects/quml-demo-app-e2e/src/app.po.ts
+11
-0
projects/quml-demo-app-e2e/src/app.po.ts
projects/quml-demo-app-e2e/tsconfig.e2e.json
+14
-0
projects/quml-demo-app-e2e/tsconfig.e2e.json
projects/quml-demo-app/browserslist
+12
-0
projects/quml-demo-app/browserslist
projects/quml-demo-app/karma.conf.js
+32
-0
projects/quml-demo-app/karma.conf.js
projects/quml-demo-app/src/app/app.component.css
+0
-0
projects/quml-demo-app/src/app/app.component.css
projects/quml-demo-app/src/app/app.component.html
+3
-0
projects/quml-demo-app/src/app/app.component.html
projects/quml-demo-app/src/app/app.component.spec.ts
+31
-0
projects/quml-demo-app/src/app/app.component.spec.ts
projects/quml-demo-app/src/app/app.component.ts
+51
-0
projects/quml-demo-app/src/app/app.component.ts
with
968 additions
and
0 deletions
+968
-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