04Angular instruction (cycle)

Cycle instruction

  *ngFor

  语法:<any *ngFor="let tmp of  list "></any>

  

demo03.component.ts

  

 

 

app.component.ts

  

 

 

app.module.ts

    

 

   

 

 When not in use * ngFor,

  

Note template template parsing enclosed in double quotes {} {}

Guess you like

Origin www.cnblogs.com/shanlu0000/p/12199245.html