parent
e6ac54282c
commit
25892c1bcf
|
@ -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.
|
||||
|
||||
* [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").
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
* [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").
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
* [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.").
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
* 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.").
|
||||
* 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.").
|
||||
|
|
|
@ -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:
|
||||
|
||||
* 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.").
|
||||
* The form-design concepts that are presented in [Introduction to Forms](guide/forms-overview "Overview of Angular forms.").
|
||||
|
||||
|
|
|
@ -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")
|
||||
* [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 />
|
||||
|
||||
|
|
Loading…
Reference in New Issue