摘要:
ul li{ display: inline-block; margin: 0 5px; padding: 0; white-space: nowrap; } <ul> <li *ngFor="let menu of menus; let i = index"> <a href="#" [class 阅读全文
posted @ 2019-09-02 09:42
sulanlan
阅读(214)
评论(0)
推荐(0)
摘要:
1 <li *ngFor="let menu of menus; let i = index"> 2 <a href="#" [class.active]="i == selectedIndex" (click)="selectedIndex =i" >{{menu.title}}2</a> 3 4 阅读全文
posted @ 2019-09-02 09:23
sulanlan
阅读(247)
评论(0)
推荐(0)
摘要:
电脑手机同一wifi ng serve --host 0.0.0.0 手机打开浏览器 http://<电脑IP>:4200 阅读全文
posted @ 2019-09-02 07:11
sulanlan
阅读(509)
评论(0)
推荐(0)
浙公网安备 33010602011771号