summaryrefslogtreecommitdiffstats
path: root/.angular-cli.json
diff options
context:
space:
mode:
Diffstat (limited to '.angular-cli.json')
-rw-r--r--.angular-cli.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/.angular-cli.json b/.angular-cli.json
new file mode 100644
index 0000000..2f6b3cc
--- /dev/null
+++ b/.angular-cli.json
@@ -0,0 +1,80 @@
+{
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
+ "project": {
+ "name": "APPC-SELF-SERVICE"
+ },
+ "apps": [
+ {
+ "root": "src",
+ "outDir": "dist",
+ "assets": [
+ "assets",
+ "app",
+ "favicon.ico"
+ ],
+ "index": "index.html",
+ "main": "main.ts",
+ "polyfills": "polyfills.ts",
+ "test": "test.ts",
+ "tsconfig": "tsconfig.app.json",
+ "testTsconfig": "tsconfig.spec.json",
+ "prefix": "app",
+ "styles": [
+ "../node_modules/bootstrap/dist/css/bootstrap.css",
+ "../node_modules/font-awesome/css/font-awesome.css",
+ "../node_modules/mdbootstrap/css/mdb.css",
+ "styles.css",
+ "material.css",
+ "material.min.css"
+ ],
+ "scripts": [
+ "../node_modules/jquery/dist/jquery.js",
+ "../node_modules/tether/dist/js/tether.js",
+ "../node_modules/popper.js/dist/umd/popper.min.js",
+ "../node_modules/bootstrap/dist/js/bootstrap.js",
+ "../node_modules/underscore/underscore.js",
+ "../node_modules/mdbootstrap/js/mdb.js",
+ "../node_modules/xlsx/dist/xlsx.js",
+ "../node_modules/ace-builds/src-min/ace.js",
+ "../node_modules/ace-builds/src-min/theme-eclipse.js",
+ "material.js",
+ "material.min.js"
+ ],
+ "environmentSource": "environments/environment.ts",
+ "environments": {
+ "dev": "environments/environment.ts",
+ "prod": "environments/environment.prod.ts",
+ "dev3": "environments/environment.dev3.ts",
+ "dev4": "environments/environment.dev4.ts"
+ }
+ }
+ ],
+ "e2e": {
+ "protractor": {
+ "config": "./protractor.conf.js"
+ }
+ },
+ "lint": [
+ {
+ "project": "src/tsconfig.app.json",
+ "exclude": "**/node_modules/**"
+ },
+ {
+ "project": "src/tsconfig.spec.json",
+ "exclude": "**/node_modules/**"
+ },
+ {
+ "project": "e2e/tsconfig.e2e.json",
+ "exclude": "**/node_modules/**"
+ }
+ ],
+ "test": {
+ "karma": {
+ "config": "./karma.conf.js"
+ }
+ },
+ "defaults": {
+ "styleExt": "css",
+ "component": {}
+ }
+} \ No newline at end of file