/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.3
adev/angular.json
94 строки
3 KB
Kam
fix(docs-infra): load cross-origin video embeds under COEP credentialless
09 июн 2026, 23:26
09 июн 2026, 23:26
4d24f46
Код
Авторство
О чём код?
{ "$schema": "../node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": ".", "projects": { "angular-dev": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": ".", "sourceRoot": "src", "prefix": "adev", "architect": { "build": { "builder": "@angular/build:application", "options": { "externalDependencies": ["path", "xhr2"], "outputMode": "static", "outputPath": "dist", "index": "src/index.html", "browser": "src/main.ts", "server": "src/main.server.ts", "polyfills": [], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ "src/favicon.ico", "src/robots.txt", "src/llms.txt", "src/assets", "src/assets/images/v21-event", "src/assets/images/v22-event" ], "styles": ["@angular/docs/styles/global-styles.scss", "./src/local-styles.scss"], "scripts": [], "webWorkerTsConfig": "tsconfig.worker.json", "optimization": { "fonts": { "inline": false } } }, "configurations": { "production": { "outputHashing": "all" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular/build:dev-server", "configurations": { "production": { "buildTarget": "angular-dev:build:production" }, "development": { "buildTarget": "angular-dev:build:development" } }, "defaultConfiguration": "development", "options": { "buildTarget": "web-ui:build", "headers": { "Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Embedder-Policy": "credentialless" } } }, "test": { "builder": "@angular/build:unit-test", "options": { "runner": "karma", "browsers": ["ChromeHeadlessNoSandbox"], "include": ["src/app/**/*.spec.ts"] } } } } }, "cli": { "analytics": "dca119a9-da31-47f7-a6cb-b60541037021", "cache": { "enabled": false } } }