Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions adev-es/src/app/routing/sub-navigation-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,77 +712,77 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
label: 'Angular CLI',
children: [
{
label: 'Overview',
label: 'Visión general',
path: 'tools/cli',
contentPath: 'tools/cli/overview',
},
{
label: 'Local set-up',
label: 'Configuración local',
path: 'tools/cli/setup-local',
contentPath: 'tools/cli/setup-local',
},
{
label: 'Building Angular apps',
label: 'Construyendo aplicaciones Angular',
path: 'tools/cli/build',
contentPath: 'tools/cli/build',
},
{
label: 'Serving Angular apps for development',
label: 'Servir aplicaciones Angular para desarrollo',
path: 'tools/cli/serve',
contentPath: 'tools/cli/serve',
},
{
label: 'Deployment',
label: 'Despliegue',
path: 'tools/cli/deployment',
contentPath: 'tools/cli/deployment',
},
{
label: 'End-to-End Testing',
label: 'Pruebas End-to-End',
path: 'tools/cli/end-to-end',
contentPath: 'tools/cli/end-to-end',
},
{
label: 'Migrating to new build system',
label: 'Migrando al nuevo sistema de construcción',
path: 'tools/cli/build-system-migration',
contentPath: 'tools/cli/build-system-migration',
},
{
label: 'Build environments',
label: 'Entornos de construcción',
path: 'tools/cli/environments',
contentPath: 'tools/cli/environments',
},
{
label: 'Angular CLI builders',
label: 'Builders de Angular CLI',
path: 'tools/cli/cli-builder',
contentPath: 'tools/cli/cli-builder',
},
{
label: 'Generating code using schematics',
label: 'Generando código usando schematics',
path: 'tools/cli/schematics',
contentPath: 'tools/cli/schematics',
},
{
label: 'Authoring schematics',
label: 'Autorizando schematics',
path: 'tools/cli/schematics-authoring',
contentPath: 'tools/cli/schematics-authoring',
},
{
label: 'Schematics for libraries',
label: 'Schematics para librerías',
path: 'tools/cli/schematics-for-libraries',
contentPath: 'tools/cli/schematics-for-libraries',
},
{
label: 'Template type checking',
label: 'Verificación de tipos de plantillas',
path: 'tools/cli/template-typecheck',
contentPath: 'tools/cli/template-typecheck',
},
{
label: 'Ahead-of-time (AOT) compilation',
label: 'Compilación Ahead-of-time (AOT)',
path: 'tools/cli/aot-compiler',
contentPath: 'tools/cli/aot-compiler',
},
{
label: 'AOT metadata errors',
label: 'Errores de metadata AOT',
path: 'tools/cli/aot-metadata-errors',
contentPath: 'tools/cli/aot-metadata-errors',
},
Expand Down
513 changes: 513 additions & 0 deletions adev-es/src/content/tools/cli/aot-compiler.en.md

Large diffs are not rendered by default.

388 changes: 194 additions & 194 deletions adev-es/src/content/tools/cli/aot-compiler.md

Large diffs are not rendered by default.

Loading