logo

Crowdly

Complétez le code ci-dessous : import { Component } from '@angular/core'; @...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Complétez le code ci-dessous :

import { Component } from '@angular/core';

@Component({ selector: 'my-app', template: `<div>  <p>Bonjour <input type="text" [()]="nom">,</p><button ()="hello()">dis bonjour!</button><br> Vous avez indiqué :{{nomsaisi}}<br/> Nb car : {{nomsaisi.length}} <span *)="nomsaisi ==='Zorro'">Yeah !</span>

<input type='text' [value]='nom'></div>`, styleUrls: [ './app.component.css' ]})export class AppComponent { nom = 'ITN'; nomsaisi = 'gggg';

= function() { this.nomsaisi = this.nom; }}

More questions like this

Want instant access to all verified answers on moodle-miage-toulouse.westeurope.cloudapp.azure.com?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!