I would like a real practice No

By marking Yes you confirm your interest in gaining experience and practice on-site at this company. Answer the questions carefully and a company representative will contact you.

72.5% of young people receive offers after confirmation
8 565 young people have already got a practice or a job in this way

7

4. How do you display the variable called "name" in HTML with Angular 4 data binding?

Given the code

 

@Component({
selector: 'my-app',
template: `...`
})
export class AppComponent { name = 'Angular'; }

 

What needs to be the template to display "Hello Angular"

Log in to answer