Template Syntax - Part 2 : One Way Data Binding | Master Angular Framework In Arabic

preview_player
Показать описание
Template Syntax Part 2
Let's go now with Template Syntax and talk with our new adventure teammate - "One Way Data Binding"
Support us with subscribe , like & share for the content
Рекомендации по теме
Комментарии
Автор

{
"resource": "/d:/myApplication/src/app/app.component.ts",
"owner": "typescript",
"code": "1",
"severity": 4,
"message": "Not using the local TSLint version found for enable code execution from the current workspace you must enable workspace library execution.",
"source": "tslint",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 2
} هو ايه سبب ظهر الرساله دى يا هندسه فى الدرس ده؟

ahmedsokar
Автор

in can't write multiple lines in template:

enghoussam
Автор

في الشكل الخاص ب ال two way data binding
بيظهرلي الايرور ده
- error TS2339: Property 'value' does not exist on type 'EventTarget'.

3 <input [value]="UserName" (input)="UserName = $event.target.value" />



6 templateUrl: './app.component.html',

Error occurs in the template of component AppComponent.

mohamedibrahimabdulghani