/angular.json (c490e183ef2610952e2b16209f98c06b722aa6f1) (4110 bytes) (mode 100644) (type blob)

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "intro-angular": {
      "root": "",
      "sourceRoot": "src",
      "projectType": "application",
      "prefix": "app",
      "schematics": {},
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "outputPath": "dist/intro-angular",
            "index": "src/index.html",
            "main": "src/main.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "src/tsconfig.app.json",
            "assets": [
              "src/favicon.ico",
              "src/assets"
            ],
            "styles": [
              
              
              "./node_modules/bootstrap/dist/css/bootstrap.min.css",
              "src/styles.css"
            ],
            "scripts": [
              "./node_modules/popper.js/dist/umd/popper.min.js",
"./node_modules/jquery/dist/jquery.slim.min.js",

"./node_modules/bootstrap/dist/js/bootstrap.min.js"
            ]
          },
          "configurations": {
            "production": {
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "src/environments/environment.prod.ts"
                }
              ],
              "optimization": true,
              "outputHashing": "all",
              "sourceMap": false,
              "extractCss": true,
              "namedChunks": false,
              "aot": true,
              "extractLicenses": true,
              "vendorChunk": false,
              "buildOptimizer": true,
              "budgets": [
                {
                  "type": "initial",
                  "maximumWarning": "2mb",
                  "maximumError": "5mb"
                }
              ]
            }
          }
        },
        "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "browserTarget": "intro-angular:build"
          },
          "configurations": {
            "production": {
              "browserTarget": "intro-angular:build:production"
            }
          }
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "intro-angular:build"
          }
        },
        "test": {
          "builder": "@angular-devkit/build-angular:karma",
          "options": {
            "main": "src/test.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "src/tsconfig.spec.json",
            "karmaConfig": "src/karma.conf.js",
            "styles": [
              "src/styles.css"
            ],
            "scripts": [],
            "assets": [
              "src/favicon.ico",
              "src/assets"
            ]
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": [
              "src/tsconfig.app.json",
              "src/tsconfig.spec.json"
            ],
            "exclude": [
              "**/node_modules/**"
            ]
          }
        }
      }
    },
    "intro-angular-e2e": {
      "root": "e2e/",
      "projectType": "application",
      "prefix": "",
      "architect": {
        "e2e": {
          "builder": "@angular-devkit/build-angular:protractor",
          "options": {
            "protractorConfig": "e2e/protractor.conf.js",
            "devServerTarget": "intro-angular:serve"
          },
          "configurations": {
            "production": {
              "devServerTarget": "intro-angular:serve:production"
            }
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": "e2e/tsconfig.e2e.json",
            "exclude": [
              "**/node_modules/**"
            ]
          }
        }
      }
    }
  },
  "defaultProject": "intro-angular"
}

Mode Type Size Ref File
100644 blob 246 e89330a618c137cdaccde46f87923736cc04dfb4 .editorconfig
100644 blob 503 ee5c9d8336b76b3bb5658d0888bdec86eb7b0990 .gitignore
100644 blob 4645070 6244d750cf9d4076336fc9070ac9671cc58d58b4 Login_v16.zip
040000 tree - 83ae5b707ce423d57a630646f4ac395cbf26bb2d Login_v16
100644 blob 1029 8b3718ba9b2a1ac747e962b0c4ed431dc708f96a README.md
040000 tree - 0f0b211e628e64455e54a99be32f16a0fc8f19c0 angular-node-express-api
100644 blob 4110 c490e183ef2610952e2b16209f98c06b722aa6f1 angular.json
040000 tree - 790e5c511af88cf39f8dfd008e043b13e8817a64 e2e
040000 tree - c09edf4fb0afe68136d974899adfa8f2c1ab063c image
100644 blob 382787 2d0e4d18d65f062eb088fe323f1520883ac34aa3 package-lock.json
100644 blob 1573 cc23e4e8b4fc801edea9953f73f50b6a40d64d43 package.json
100644 blob 145 74336478a3cedb2089748a5c39c78ec884ade50f proxy.conf.json
040000 tree - 9579021aeaa139a9bdda6e1707cf8d33039ad769 src
100644 blob 408 46aeded1b278b3fd720233810be535ce0a456561 tsconfig.json
100644 blob 2837 6ddb6b2931511b11e5d5938f76076fb37e70363e tslint.json
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/AhmadSa/nodeAngular

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/AhmadSa/nodeAngular

Clone this repository using git:
git clone git://git.rocketgit.com/user/AhmadSa/nodeAngular

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main