📜  角度条件指令 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:11.593000             🧑  作者: Mango

代码示例1
//if 
//if [condition]==true the div will be shown //for

{{i}} {{data.title}}

//the data contained in an array will be displayed element by element //similar to the function .map() in React // ngStyle (conditional Style)

{{i}} {{data.title}}

//if the index of the element is 1 or 0, the background will be red, if it is over 1 the background will be green