scrimba
Build Your First Angular app
Getting Started - Data Binding in Angular
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Getting Started - Data Binding in Angular
AboutCommentsNotes
Getting Started - Data Binding in Angular
Expand for more info
src
app
customers
customers.component.html
run
preview
console
<h1>{{ title }}</h1>
<br />
<app-customers-list></app-customers-list>
Console
"Angular is running in the development mode. Call enableProdMode() to enable the production mode."
,
customers
-3:42