Skip to content

Commit 8fceb6e

Browse files
committed
fix(): forms
1 parent 693f581 commit 8fceb6e

23 files changed

Lines changed: 22 additions & 22 deletions

File tree

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

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

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

1111
### Documentation and Instruction
1212

13-
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/63-custom-foms/).
13+
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/63-custom-forms/).
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "forms-custom-foms",
2+
"name": "forms-custom-forms",
33
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "application",
55
"prefix": "app",
6-
"sourceRoot": "apps/forms/63-custom-foms/src",
6+
"sourceRoot": "apps/forms/63-custom-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-foms",
14-
"browser": "apps/forms/63-custom-foms/src/main.ts",
15-
"tsConfig": "apps/forms/63-custom-foms/tsconfig.app.json",
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",
1616
"inlineStyleLanguage": "scss",
1717
"assets": [
1818
{
1919
"glob": "**/*",
20-
"input": "apps/forms/63-custom-foms/public"
20+
"input": "apps/forms/63-custom-forms/public"
2121
}
2222
],
23-
"styles": ["apps/forms/63-custom-foms/src/styles.scss"]
23+
"styles": ["apps/forms/63-custom-forms/src/styles.scss"]
2424
},
2525
"configurations": {
2626
"production": {
@@ -51,10 +51,10 @@
5151
"executor": "@angular/build:dev-server",
5252
"configurations": {
5353
"production": {
54-
"buildTarget": "forms-custom-foms:build:production"
54+
"buildTarget": "forms-custom-forms:build:production"
5555
},
5656
"development": {
57-
"buildTarget": "forms-custom-foms:build:development"
57+
"buildTarget": "forms-custom-forms:build:development"
5858
}
5959
},
6060
"defaultConfiguration": "development"
@@ -66,8 +66,8 @@
6666
"continuous": true,
6767
"executor": "@nx/web:file-server",
6868
"options": {
69-
"buildTarget": "forms-custom-foms:build",
70-
"staticFilePath": "dist/apps/forms/63-custom-foms/browser",
69+
"buildTarget": "forms-custom-forms:build",
70+
"staticFilePath": "dist/apps/forms/63-custom-forms/browser",
7171
"spa": true
7272
}
7373
}
File renamed without changes.

apps/forms/63-custom-foms/src/app/app.component.spec.ts renamed to apps/forms/63-custom-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-foms</title>
5+
<title>forms-custom-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)