chore(dart): add/cleanup example hosting config files (#1605)
This commit is contained in:
parent
fb49cbe33f
commit
7db6684886
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "Architecture overview",
|
||||
"docHref": "https://angular.io/docs/dart/latest/guide/architecture.html"
|
||||
"title": "Architecture Overview",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"title": "Attribute Directives",
|
||||
"docPart": "guide"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "Dependency injection",
|
||||
"docHref": "https://angular.io/docs/dart/latest/guide/dependency-injection.html"
|
||||
"title": "Dependency Injection",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "Displaying data",
|
||||
"docHref": "https://angular.io/docs/dart/latest/guide/displaying-data.html"
|
||||
"title": "Displaying Data",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "Forms",
|
||||
"docHref": "https://angular.io/docs/dart/latest/guide/forms.html"
|
||||
"title": "Forms",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"title": "Hierarchical Dependency Injection",
|
||||
"docPart": "guide"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"title": "Pipes",
|
||||
"docPart": "guide"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"title": "QuickStart"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "HTTP client (server communication)",
|
||||
"docHref": "https://angular.io/docs/dart/latest/guide/server-communication.html"
|
||||
"title": "HTTP Client (Server Communication)",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "Template Syntax",
|
||||
"docHref": "https://angular.io/docs/ts/latest/guide/template-syntax.html"
|
||||
"title": "Template Syntax",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Tour of Heroes: The Hero Editor",
|
||||
"docPart": "tutorial",
|
||||
"docHref": "toh-pt1.html"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Tour of Heroes: Master/Detail",
|
||||
"docPart": "tutorial",
|
||||
"docHref": "toh-pt2.html"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Tour of Heroes: Multiple Components",
|
||||
"docPart": "tutorial",
|
||||
"docHref": "toh-pt3.html"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Tour of Heroes: Services",
|
||||
"docPart": "tutorial",
|
||||
"docHref": "toh-pt4.html"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Tour of Heroes: Routing",
|
||||
"docPart": "tutorial",
|
||||
"docHref": "toh-pt5.html"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "User input",
|
||||
"docHref": "https://angular.io/docs/dart/latest/guide/user-input.html"
|
||||
"title": "User Input",
|
||||
"docPart": "guide"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue