From c3ef2374b4f83f3d6c5b636ac70c1f96d09d6ff7 Mon Sep 17 00:00:00 2001 From: Alireza Mirian Date: Wed, 12 Apr 2017 08:01:02 +0430 Subject: [PATCH] docs(structural-directives): add links to source (#3377) Guide suggests reading *ngIf* and *ngFor* sources. They are linked to github now. --- public/docs/ts/latest/guide/structural-directives.jade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index 60be473458..58336e1591 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -257,7 +257,10 @@ a#microsyntax describes additional `NgFor` directive properties and context properties. These microsyntax mechanisms are available to you when you write your own structural directives. - Studying the source code for `NgIf` and `NgFor` is a great way to learn more. + Studying the + [source code for `NgIf`](https://github.com/angular/angular/blob/master/packages/common/src/directives/ng_if.ts "Source: NgIf") + and [`NgFor`](https://github.com/angular/angular/blob/master/packages/common/src/directives/ng_for_of.ts "Source: NgFor") + is a great way to learn more. a#template-input-variable