docs: add quickstart repository where needed

This commit is contained in:
Foxandxss 2016-03-13 20:50:50 +01:00 committed by Ward Bell
parent d1b69f946d
commit b300d7b116
4 changed files with 5 additions and 1 deletions

View File

@ -57,6 +57,7 @@ include ../_util-fns
:marked
### Our first draft
Create a new project folder (`attribute-directives`) and follow the steps in the [QuickStart](../quickstart.html).
As an alternative, you can clone the QuickStart from this [repository](https://github.com/IdeaBlade/angular2-quickstart).
Add a new file to the `app` folder called `highlight.directive.ts` and add the following code:
+makeExample('attribute-directives/ts/app/highlight.directive.1.ts', null, 'app/highlight.directive.ts')

View File

@ -29,6 +29,7 @@ figure.image-display
Let's build a small illustrative example together.
Create a new project folder (`displaying-data`) and follow the steps in the [QuickStart](../quickstart.html).
As an alternative, you can clone the QuickStart from this [repository](https://github.com/IdeaBlade/angular2-quickstart).
Then modify the `app.component.ts` file by changing the template and the body of the component.
When we're done, it should look like this:

View File

@ -85,6 +85,7 @@ figure.image-display
:marked
## Setup
Create a new project folder (`angular2-forms`) and follow the steps in the [QuickStart](../quickstart.html).
As an alternative, you can clone the QuickStart from this [repository](https://github.com/IdeaBlade/angular2-quickstart).
## Create the Hero Model Class

View File

@ -11,7 +11,8 @@ include ../_util-fns
and the core files for our Tour of Heroes.
Copy the "QuickStart" code to a new folder and rename the folder `angular2-tour-of-heroes`.
We should have the following structure:
You can also "QuickStart" from this [repository](https://github.com/IdeaBlade/angular2-quickstart). We should have the following structure:
.filetree
.file angular2-tour-of-heroes