docs: make entire tutorial local to match offline intention for first-app tutorial

This commit is contained in:
Ben Hong
2024-05-21 12:21:31 -04:00
parent 6d95131d84
commit c675d2b820
10 changed files with 10 additions and 10 deletions
@@ -1,6 +1,6 @@
{
"title": "Your first Angular app",
"type": "editor",
"type": "local",
"src": "../steps/14-http/src",
"nextTutorial": "learn-angular",
"openFiles": ["src/app/app.component.ts"]
@@ -1,6 +1,6 @@
{
"title": "Hello world!",
"type": "editor",
"type": "local",
"answerSrc": "../02-HomeComponent/src",
"openFiles": ["src/app/app.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Create home component",
"type": "editor",
"type": "local",
"answerSrc": "../03-HousingLocation/src",
"openFiles": ["src/app/app.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Create housing location component",
"type": "editor",
"type": "local",
"answerSrc": "../04-interfaces/src",
"openFiles": ["src/app/home/home.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Create an interface",
"type": "editor",
"type": "local",
"answerSrc": "../05-inputs/src",
"openFiles": ["src/app/home/home.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Add inputs to components",
"type": "editor",
"type": "local",
"answerSrc": "../06-property-binding/src",
"openFiles": ["src/app/housing-location/housing-location.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Add property binding to components",
"type": "editor",
"type": "local",
"answerSrc": "../07-dynamic-template-values/src",
"openFiles": ["src/app/home/home.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Add dynamic values to templates",
"type": "editor",
"type": "local",
"answerSrc": "../08-ngFor/src",
"openFiles": ["src/app/housing-location/housing-location.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Use *ngFor in templates",
"type": "editor",
"type": "local",
"answerSrc": "../09-services/src",
"openFiles": ["src/app/home/home.component.ts"]
}
@@ -1,6 +1,6 @@
{
"title": "Angular services",
"type": "editor",
"type": "local",
"answerSrc": "../10-routing/src",
"openFiles": ["src/app/home/home.component.ts"]
}