Skip to content

Commit 58d4d8d

Browse files
committed
fix(): typos and challenge name
1 parent 8fceb6e commit 58d4d8d

19 files changed

Lines changed: 19 additions & 19 deletions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# custom-forms
1+
# child-forms
22

33
> author: thomas-laforge
44
55
### Run Application
66

77
```bash
8-
npx nx serve forms-custom-forms
8+
npx nx serve forms-child-forms
99
```
1010

1111
### Documentation and Instruction
1212

13-
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/63-custom-forms/).
13+
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/63-child-forms/).
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "forms-custom-forms",
2+
"name": "forms-child-forms",
33
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "application",
55
"prefix": "app",
6-
"sourceRoot": "apps/forms/63-custom-forms/src",
6+
"sourceRoot": "apps/forms/63-child-forms/src",
77
"tags": [],
88
"targets": {
99
"build": {
1010
"executor": "@angular/build:application",
1111
"outputs": ["{options.outputPath}"],
1212
"options": {
13-
"outputPath": "dist/apps/forms/63-custom-forms",
14-
"browser": "apps/forms/63-custom-forms/src/main.ts",
15-
"tsConfig": "apps/forms/63-custom-forms/tsconfig.app.json",
13+
"outputPath": "dist/apps/forms/63-child-forms",
14+
"browser": "apps/forms/63-child-forms/src/main.ts",
15+
"tsConfig": "apps/forms/63-child-forms/tsconfig.app.json",
1616
"inlineStyleLanguage": "scss",
1717
"assets": [
1818
{
1919
"glob": "**/*",
20-
"input": "apps/forms/63-custom-forms/public"
20+
"input": "apps/forms/63-child-forms/public"
2121
}
2222
],
23-
"styles": ["apps/forms/63-custom-forms/src/styles.scss"]
23+
"styles": ["apps/forms/63-child-forms/src/styles.scss"]
2424
},
2525
"configurations": {
2626
"production": {
@@ -67,7 +67,7 @@
6767
"executor": "@nx/web:file-server",
6868
"options": {
6969
"buildTarget": "forms-custom-forms:build",
70-
"staticFilePath": "dist/apps/forms/63-custom-forms/browser",
70+
"staticFilePath": "dist/apps/forms/63-child-forms/browser",
7171
"spa": true
7272
}
7373
}
File renamed without changes.

apps/forms/63-custom-forms/src/app/app.component.spec.ts renamed to apps/forms/63-child-forms/src/app/app.component.spec.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>forms-custom-forms</title>
5+
<title>forms-child-forms</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
File renamed without changes.

0 commit comments

Comments
 (0)