docs: add links to TypeScript (#40410)

PR Close #40410
This commit is contained in:
Alexey Elin 2021-01-13 18:43:40 +03:00 committed by atscott
parent e6ac54282c
commit 25892c1bcf
6 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ See the <live-example name="dynamic-form"></live-example>.
Before doing this tutorial, you should have a basic understanding to the following. Before doing this tutorial, you should have a basic understanding to the following.
* [TypeScript](https://www.typescriptlang.org/docs/home.html "The TypeScript language") and HTML5 programming. * [TypeScript](https://www.typescriptlang.org/ "The TypeScript language") and HTML5 programming.
* Fundamental concepts of [Angular app design](guide/architecture "Introduction to Angular app-design concepts"). * Fundamental concepts of [Angular app design](guide/architecture "Introduction to Angular app-design concepts").

View File

@ -8,7 +8,7 @@ in both reactive and template-driven forms.
Before reading about form validation, you should have a basic understanding of the following. Before reading about form validation, you should have a basic understanding of the following.
* [TypeScript](https://www.typescriptlang.org/docs/home.html "The TypeScript language") and HTML5 programming. * [TypeScript](https://www.typescriptlang.org/ "The TypeScript language") and HTML5 programming.
* Fundamental concepts of [Angular app design](guide/architecture "Introduction to Angular app-design concepts"). * Fundamental concepts of [Angular app design](guide/architecture "Introduction to Angular app-design concepts").

View File

@ -10,7 +10,7 @@ This guide provides information to help you decide which type of form works best
This guide assumes that you have a basic understanding of the following. This guide assumes that you have a basic understanding of the following.
* [TypeScript](https://www.typescriptlang.org/docs/home.html "The TypeScript language") and HTML5 programming. * [TypeScript](https://www.typescriptlang.org/ "The TypeScript language") and HTML5 programming.
* Angular app-design fundamentals, as described in [Angular Concepts](guide/architecture "Introduction to Angular concepts."). * Angular app-design fundamentals, as described in [Angular Concepts](guide/architecture "Introduction to Angular concepts.").

View File

@ -42,7 +42,7 @@ This tutorial teaches you how to do the following:
Before going further into template-driven forms, you should have a basic understanding of the following. Before going further into template-driven forms, you should have a basic understanding of the following.
* TypeScript and HTML5 programming. * [TypeScript](https://www.typescriptlang.org/ "The TypeScript language") and HTML5 programming.
* Angular app-design fundamentals, as described in [Angular Concepts](guide/architecture "Introduction to Angular concepts."). * Angular app-design fundamentals, as described in [Angular Concepts](guide/architecture "Introduction to Angular concepts.").
* The basics of [Angular template syntax](guide/template-syntax "Template syntax guide"). * The basics of [Angular template syntax](guide/template-syntax "Template syntax guide").
* The form-design concepts that are presented in [Introduction to Forms](guide/forms-overview "Overview of Angular forms."). * The form-design concepts that are presented in [Introduction to Forms](guide/forms-overview "Overview of Angular forms.").

View File

@ -12,7 +12,7 @@ Try this <live-example title="Reactive Forms in Stackblitz">Reactive Forms live-
Before going further into reactive forms, you should have a basic understanding of the following: Before going further into reactive forms, you should have a basic understanding of the following:
* TypeScript programming. * [TypeScript](https://www.typescriptlang.org/ "The TypeScript language") programming.
* Angular app-design fundamentals, as described in [Angular Concepts](guide/architecture "Introduction to Angular concepts."). * Angular app-design fundamentals, as described in [Angular Concepts](guide/architecture "Introduction to Angular concepts.").
* The form-design concepts that are presented in [Introduction to Forms](guide/forms-overview "Overview of Angular forms."). * The form-design concepts that are presented in [Introduction to Forms](guide/forms-overview "Overview of Angular forms.").

View File

@ -13,7 +13,7 @@ To get the most out of this tutorial you should already have a basic understandi
* [HTML](https://developer.mozilla.org/en-US/docs/Learn/HTML "Learning HTML: Guides and tutorials") * [HTML](https://developer.mozilla.org/en-US/docs/Learn/HTML "Learning HTML: Guides and tutorials")
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript "JavaScript") * [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript "JavaScript")
* [TypeScript](https://www.typescriptlang.org/docs/home.html "TypeScript documentation") * [TypeScript](https://www.typescriptlang.org/ "The TypeScript language")
<hr /> <hr />