mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix(challenge 48): challenge naming
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
### Run Application
|
||||
|
||||
```bash
|
||||
npx nx serve form-dialog-alert
|
||||
npx nx serve avoid-losing-form-data
|
||||
```
|
||||
|
||||
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/48-form-dialog-alert/).
|
||||
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/48-avoid-losing-form-data/).
|
||||
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"name": "form-dialog-alert",
|
||||
"name": "avoid-losing-form-data",
|
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "application",
|
||||
"prefix": "app",
|
||||
"sourceRoot": "apps/forms/form-dialog-alert/src",
|
||||
"sourceRoot": "apps/forms/avoid-losing-form-data/src",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:application",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/apps/forms/form-dialog-alert",
|
||||
"index": "apps/forms/form-dialog-alert/src/index.html",
|
||||
"browser": "apps/forms/form-dialog-alert/src/main.ts",
|
||||
"outputPath": "dist/apps/forms/avoid-losing-form-data",
|
||||
"index": "apps/forms/avoid-losing-form-data/src/index.html",
|
||||
"browser": "apps/forms/avoid-losing-form-data/src/main.ts",
|
||||
"polyfills": ["zone.js"],
|
||||
"tsConfig": "apps/forms/form-dialog-alert/tsconfig.app.json",
|
||||
"tsConfig": "apps/forms/avoid-losing-form-data/tsconfig.app.json",
|
||||
"inlineStyleLanguage": "scss",
|
||||
"assets": [
|
||||
"apps/forms/form-dialog-alert/src/favicon.ico",
|
||||
"apps/forms/form-dialog-alert/src/assets"
|
||||
"apps/forms/avoid-losing-form-data/src/favicon.ico",
|
||||
"apps/forms/avoid-losing-form-data/src/assets"
|
||||
],
|
||||
"styles": ["apps/forms/form-dialog-alert/src/styles.scss"],
|
||||
"styles": ["apps/forms/avoid-losing-form-data/src/styles.scss"],
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
@@ -51,10 +51,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "form-dialog-alert:build:production"
|
||||
"buildTarget": "avoid-losing-form-data:build:production"
|
||||
},
|
||||
"development": {
|
||||
"buildTarget": "form-dialog-alert:build:development"
|
||||
"buildTarget": "avoid-losing-form-data:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -62,7 +62,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"buildTarget": "form-dialog-alert:build"
|
||||
"buildTarget": "avoid-losing-form-data:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>form-dialog-alert</title>
|
||||
<title>avoid-losing-form-data</title>
|
||||
<base href="/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
@@ -5,7 +5,7 @@ author: timothy-alcaide
|
||||
contributors:
|
||||
- alcaidio
|
||||
challengeNumber: 48
|
||||
command: form-dialog-alert
|
||||
command: avoid-losing-form-data
|
||||
sidebar:
|
||||
order: 121
|
||||
badge: New
|
||||
@@ -13,7 +13,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Ir al Desafío más reciente
|
||||
link: /es/challenges/forms/48-dialog-alert-form/
|
||||
link: /es/challenges/forms/48-avoid-losing-form-data/
|
||||
icon: rocket
|
||||
- text: Dar una estrella
|
||||
link: https://github.com/tomalaforge/angular-challenges
|
||||
|
||||
@@ -13,7 +13,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Aller au dernier Challenge
|
||||
link: /fr/challenges/forms/48-dialog-alert-form/
|
||||
link: /fr/challenges/forms/48-avoid-losing-form-data/
|
||||
icon: rocket
|
||||
- text: Donne une étoile
|
||||
link: https://github.com/tomalaforge/angular-challenges
|
||||
|
||||
@@ -13,7 +13,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Go to the latest Challenge
|
||||
link: /challenges/forms/48-dialog-alert-form/
|
||||
link: /challenges/forms/48-avoid-losing-form-data/
|
||||
icon: rocket
|
||||
- text: Give a star
|
||||
link: https://github.com/tomalaforge/angular-challenges
|
||||
|
||||
@@ -13,7 +13,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Ir para o desafio mais recente
|
||||
link: /pt/challenges/forms/48-dialog-alert-form/
|
||||
link: /pt/challenges/forms/48-avoid-losing-form-data/
|
||||
icon: rocket
|
||||
- text: Dar uma estrela
|
||||
link: https://github.com/tomalaforge/angular-challenges
|
||||
|
||||
@@ -13,7 +13,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Перейти к последней задаче
|
||||
link: /ru/challenges/forms/48-dialog-alert-form/
|
||||
link: /ru/challenges/forms/48-avoid-losing-form-data/
|
||||
icon: rocket
|
||||
- text: Добавить звезду
|
||||
link: https://github.com/tomalaforge/angular-challenges
|
||||
|
||||
Reference in New Issue
Block a user