mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: make entire tutorial local to match offline intention for first-app tutorial
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user