2020年5月13日

摘要: 1.首先我们看一下 *ngIf的用法 <div *ngIf="display"> hello world </div> 在display为true 的时候,会显示 hello world,如果想要在为false的时候展现另一个内容的时候时候呢? <div *ngIf="!display"> worl 阅读全文

posted @ 2020-05-13 13:51 !sylar 阅读(1712) 评论(0) 推荐(0) 编辑