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

5. How do you bind an input field the the name property.

Given the following code:

 

@Component({
  selector: 'example-app',
  template: `...`,
})
export class SimpleNgModelComp {
  name: string = '';
}

 

What needs to be the template to be able to access the user input from the name property?

Log in to answer