From 8b4eec66839639591222f4581ce9ccf034c5b2cc Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:26:09 -0500 Subject: [PATCH] docs: remove legacy e2e configuration from i18n example Removes the unused 'e2e' configuration block using '@angular-devkit/build-angular:private-protractor' from the i18n example configuration. --- adev/src/content/examples/i18n/angular.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/adev/src/content/examples/i18n/angular.json b/adev/src/content/examples/i18n/angular.json index 2c320149139..04f4d933eef 100644 --- a/adev/src/content/examples/i18n/angular.json +++ b/adev/src/content/examples/i18n/angular.json @@ -119,18 +119,6 @@ "styles": ["src/styles.css"], "scripts": [] } - }, - "e2e": { - "builder": "@angular-devkit/build-angular:private-protractor", - "options": { - "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "angular.io-example:serve:fr" - }, - "configurations": { - "production": { - "devServerTarget": "angular.io-example:serve:production" - } - } } // #docregion locale-config, build-single-locale, build-production-french, i18n-subPath }