Initial commit
parents
Showing
with
2257 additions
and
0 deletions
.classpath
0 → 100644
.project
0 → 100644
.settings/org.eclipse.core.resources.prefs
0 → 100644
.settings/org.eclipse.jdt.core.prefs
0 → 100644
.settings/org.eclipse.m2e.core.prefs
0 → 100644
angularClient/.editorconfig
0 → 100644
angularClient/.gitignore
0 → 100644
angularClient/README.md
0 → 100644
angularClient/angular.json
0 → 100644
angularClient/e2e/protractor.conf.js
0 → 100644
angularClient/e2e/src/app.e2e-spec.ts
0 → 100644
angularClient/e2e/src/app.po.ts
0 → 100644
angularClient/e2e/tsconfig.e2e.json
0 → 100644
angularClient/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
angularClient/package.json
0 → 100644
{ | ||
"name": "angular-client", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --proxy-config proxy.conf.json", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^6.1.0", | ||
"@angular/common": "^6.1.0", | ||
"@angular/compiler": "^6.1.0", | ||
"@angular/core": "^6.1.0", | ||
"@angular/forms": "^6.1.0", | ||
"@angular/http": "^6.1.0", | ||
"@angular/platform-browser": "^6.1.0", | ||
"@angular/platform-browser-dynamic": "^6.1.0", | ||
"@angular/router": "^6.1.0", | ||
"core-js": "^2.5.4", | ||
"rxjs": "^6.0.0", | ||
"zone.js": "~0.8.26" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.7.0", | ||
"@angular/cli": "~6.1.2", | ||
"@angular/compiler-cli": "^6.1.0", | ||
"@angular/language-service": "^6.1.0", | ||
"@types/jasmine": "~2.8.6", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "~8.9.4", | ||
"codelyzer": "~4.2.1", | ||
"jasmine-core": "~2.99.1", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~1.7.1", | ||
"karma-chrome-launcher": "~2.2.0", | ||
"karma-coverage-istanbul-reporter": "~2.0.0", | ||
"karma-jasmine": "~1.1.1", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"protractor": "~5.3.0", | ||
"ts-node": "~5.0.1", | ||
"tslint": "~5.9.1", | ||
"typescript": "~2.7.2" | ||
} | ||
} |
angularClient/proxy.conf.json
0 → 100644
angularClient/src/app/app.component.css
0 → 100644
File mode changed
angularClient/src/app/app.component.html
0 → 100644
angularClient/src/app/app.component.spec.ts
0 → 100644
angularClient/src/app/app.component.ts
0 → 100644
angularClient/src/app/app.module.ts
0 → 100644
angularClient/src/assets/.gitkeep
0 → 100644
File mode changed
angularClient/src/browserslist
0 → 100644
angularClient/src/favicon.ico
0 → 100644
No preview for this file type
angularClient/src/index.html
0 → 100644
angularClient/src/karma.conf.js
0 → 100644
angularClient/src/main.ts
0 → 100644
angularClient/src/polyfills.ts
0 → 100644
angularClient/src/styles.css
0 → 100644
angularClient/src/test.ts
0 → 100644
angularClient/src/tsconfig.app.json
0 → 100644
angularClient/src/tsconfig.spec.json
0 → 100644
angularClient/src/tslint.json
0 → 100644
angularClient/tsconfig.json
0 → 100644
angularClient/tslint.json
0 → 100644
dev_pom.xml
0 → 100644
pom.xml
0 → 100644
target/classes/static/3rdpartylicenses.txt
0 → 100644
target/classes/static/favicon.ico
0 → 100644
No preview for this file type
target/classes/static/index.html
0 → 100644
target/classes/static/main.js
0 → 100644
target/classes/static/main.js.map
0 → 100644
target/classes/static/polyfills.js
0 → 100644
This diff could not be displayed because it is too large.
target/classes/static/polyfills.js.map
0 → 100644
This diff could not be displayed because it is too large.
target/classes/static/runtime.js
0 → 100644
target/classes/static/runtime.js.map
0 → 100644
target/classes/static/styles.js
0 → 100644
target/classes/static/styles.js.map
0 → 100644
target/classes/static/vendor.js
0 → 100644
This diff could not be displayed because it is too large.
target/classes/static/vendor.js.map
0 → 100644
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
target/maven-archiver/pom.properties
0 → 100644
target/testAngular-0.0.1-SNAPSHOT.jar
0 → 100644
No preview for this file type
Please
register
or
sign in
to comment