Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(dart/{quickstart,toh-[56]}): fix project names #1773

Merged
merged 1 commit into from
Jul 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions public/docs/_examples/quickstart/dart/lib/app_component.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// #docregion
// #docregion import
// #docregion , import
import 'package:angular2/core.dart';
// #enddocregion import

Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/quickstart/dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# #docregion
name: angular2_getting_started
name: angular2_quickstart
description: QuickStart
version: 0.0.1
environment:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/quickstart/dart/web/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #docregion
import 'package:angular2/platform/browser.dart';

import 'package:angular2_getting_started/app_component.dart';
import 'package:angular2_quickstart/app_component.dart';

void main() {
bootstrap(AppComponent);
Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ block server-watching

block project-file-structure
.filetree
.file angular2-quickstart
.file angular2_quickstart
.children
.file lib
.children
Expand Down
4 changes: 2 additions & 2 deletions public/docs/dart/latest/tutorial/toh-pt5.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ p Run the #[+liveExampleLink2('', 'toh-5')] for this part.
and hero detail component. If not, we’ll need to go back and follow the previous chapters.

.filetree
.file angular2-tour-of-heroes
.file angular2_tour_of_heroes
.children
.file lib
.children
Expand Down Expand Up @@ -659,7 +659,7 @@ p.

:marked
.filetree
.file angular2-tour-of-heroes
.file angular2_tour_of_heroes
.children
.file lib
.children
Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/tutorial/toh-pt6.jade
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ block review

block filetree
.filetree
.file angular2-tour-of-heroes
.file angular2_tour_of_heroes
.children
.file lib
.children
Expand Down
5 changes: 3 additions & 2 deletions public/docs/ts/latest/quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ h2#create-and-configure Step 1: Create and configure the project

h3 (a) Create the project folder

- var _ = _docsFor == 'dart' ? '_' : '-';
code-example(language="sh").
mkdir angular2-quickstart
cd angular2-quickstart
mkdir angular2!{_}quickstart
cd angular2!{_}quickstart

h3#add-config-files (b) Add #{_package_and_config_files}
block package-and-config-files
Expand Down