Loading angular.json +5 −8 Original line number Diff line number Diff line Loading @@ -11,14 +11,13 @@ "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:application", "options": { "outputPath": "dist/kicker", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "browser": "src/main.ts", "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "aot": true, "assets": ["src/favicon.ico", "src/assets"], "styles": ["node_modules/boosted/dist/css/boosted.min.css", "src/styles.css"], "scripts": [] Loading @@ -36,8 +35,6 @@ "sourceMap": false, "namedChunks": false, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, "budgets": [ { "type": "initial", Loading @@ -56,13 +53,13 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { "browserTarget": "kicker:build" "buildTarget": "kicker:build" } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "kicker:build" "buildTarget": "kicker:build" } }, "lint": { Loading package-lock.json +20303 −20483 File changed.Preview size limit exceeded, changes collapsed. Show changes package.json +15 −15 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ }, "private": true, "dependencies": { "@angular/animations": "16.2.12", "@angular/common": "16.2.12", "@angular/compiler": "16.2.12", "@angular/core": "16.2.12", "@angular/forms": "16.2.12", "@angular/localize": "16.2.12", "@angular/platform-browser": "16.2.12", "@angular/platform-browser-dynamic": "16.2.12", "@angular/router": "16.2.12", "@angular/animations": "17.3.11", "@angular/common": "17.3.11", "@angular/compiler": "17.3.11", "@angular/core": "17.3.11", "@angular/forms": "17.3.11", "@angular/localize": "17.3.11", "@angular/platform-browser": "17.3.11", "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", "@ng-bootstrap/ng-bootstrap": "15.1.2", "boosted": "5.3.3", "marked": "^9.0.0", Loading @@ -26,18 +26,18 @@ "ngx-matomo": "2.0.0", "rxjs": "7.8.1", "tslib": "^2.3.0", "zone.js": "0.13.3" "zone.js": "0.14.7" }, "devDependencies": { "@angular-devkit/build-angular": "16.2.14", "@angular-devkit/build-angular": "17.3.8", "@angular-eslint/builder": "16.2.0", "@angular-eslint/eslint-plugin": "16.2.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", "@angular/cli": "16.2.14", "@angular/compiler-cli": "16.2.12", "@angular/language-service": "16.2.12", "@angular/cli": "17.3.8", "@angular/compiler-cli": "17.3.11", "@angular/language-service": "17.3.11", "@types/node": "20.12.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.0", Loading @@ -48,6 +48,6 @@ "eslint-plugin-jsdoc": "^48.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "ts-node": "10.9.2", "typescript": "^5.1.3" "typescript": "^5.4.5" } } src/app/gitlab-ci/gitlab-ci.component.html +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ </div> </div> <div *ngSwitchCase="includeModes.component"> <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ template.project.path }}/{{ template.templateFile }}@{{ template.project.getLatestVersion(options.versionMode) }}</span>"</pre> <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ template.project.path }}/{{ template.templateFile }}@{{ template.project.getLatestVersion(options.versionMode) }}</span>"</pre> <div [class.hide]="!hasInputs(template)"> <pre> <span class="key">inputs</span>:</pre> <div class="elements"> Loading Loading @@ -146,7 +146,7 @@ <pre class="comment"> # {{ template.name }} template ({{ variant.name }} variant)</pre > <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ variant.project.path }}/{{ variant.templateFile }}@{{ variant.project.getLatestVersion(options.versionMode) }}</span>"</pre> <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ variant.project.path }}/{{ variant.templateFile }}@{{ variant.project.getLatestVersion(options.versionMode) }}</span>"</pre> <div [class.hide]="!hasInputs(variant)"> <pre> <span class="key">inputs</span>:</pre> <div class="elements"> Loading Loading
angular.json +5 −8 Original line number Diff line number Diff line Loading @@ -11,14 +11,13 @@ "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:application", "options": { "outputPath": "dist/kicker", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "browser": "src/main.ts", "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "aot": true, "assets": ["src/favicon.ico", "src/assets"], "styles": ["node_modules/boosted/dist/css/boosted.min.css", "src/styles.css"], "scripts": [] Loading @@ -36,8 +35,6 @@ "sourceMap": false, "namedChunks": false, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, "budgets": [ { "type": "initial", Loading @@ -56,13 +53,13 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { "browserTarget": "kicker:build" "buildTarget": "kicker:build" } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "kicker:build" "buildTarget": "kicker:build" } }, "lint": { Loading
package-lock.json +20303 −20483 File changed.Preview size limit exceeded, changes collapsed. Show changes
package.json +15 −15 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ }, "private": true, "dependencies": { "@angular/animations": "16.2.12", "@angular/common": "16.2.12", "@angular/compiler": "16.2.12", "@angular/core": "16.2.12", "@angular/forms": "16.2.12", "@angular/localize": "16.2.12", "@angular/platform-browser": "16.2.12", "@angular/platform-browser-dynamic": "16.2.12", "@angular/router": "16.2.12", "@angular/animations": "17.3.11", "@angular/common": "17.3.11", "@angular/compiler": "17.3.11", "@angular/core": "17.3.11", "@angular/forms": "17.3.11", "@angular/localize": "17.3.11", "@angular/platform-browser": "17.3.11", "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", "@ng-bootstrap/ng-bootstrap": "15.1.2", "boosted": "5.3.3", "marked": "^9.0.0", Loading @@ -26,18 +26,18 @@ "ngx-matomo": "2.0.0", "rxjs": "7.8.1", "tslib": "^2.3.0", "zone.js": "0.13.3" "zone.js": "0.14.7" }, "devDependencies": { "@angular-devkit/build-angular": "16.2.14", "@angular-devkit/build-angular": "17.3.8", "@angular-eslint/builder": "16.2.0", "@angular-eslint/eslint-plugin": "16.2.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", "@angular/cli": "16.2.14", "@angular/compiler-cli": "16.2.12", "@angular/language-service": "16.2.12", "@angular/cli": "17.3.8", "@angular/compiler-cli": "17.3.11", "@angular/language-service": "17.3.11", "@types/node": "20.12.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.0", Loading @@ -48,6 +48,6 @@ "eslint-plugin-jsdoc": "^48.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "ts-node": "10.9.2", "typescript": "^5.1.3" "typescript": "^5.4.5" } }
src/app/gitlab-ci/gitlab-ci.component.html +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ </div> </div> <div *ngSwitchCase="includeModes.component"> <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ template.project.path }}/{{ template.templateFile }}@{{ template.project.getLatestVersion(options.versionMode) }}</span>"</pre> <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ template.project.path }}/{{ template.templateFile }}@{{ template.project.getLatestVersion(options.versionMode) }}</span>"</pre> <div [class.hide]="!hasInputs(template)"> <pre> <span class="key">inputs</span>:</pre> <div class="elements"> Loading Loading @@ -146,7 +146,7 @@ <pre class="comment"> # {{ template.name }} template ({{ variant.name }} variant)</pre > <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ variant.project.path }}/{{ variant.templateFile }}@{{ variant.project.getLatestVersion(options.versionMode) }}</span>"</pre> <pre> - <span class="key">component</span>: "<span class="value">{{ serverHost }}/{{ variant.project.path }}/{{ variant.templateFile }}@{{ variant.project.getLatestVersion(options.versionMode) }}</span>"</pre> <div [class.hide]="!hasInputs(variant)"> <pre> <span class="key">inputs</span>:</pre> <div class="elements"> Loading