采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
scrollable-tab.component.html 這裡有一個變數(selectIndex) 對應不到(scrollable-tab.component.ts)
課程中scrollable-tab.component.html裡有一段代碼如下:
<a [ngStyle]="{color: i == selectIndex ? titleActiveColor : titleColor}"
(click)="handleSelection(i)">{{ menu.title }}</a>
這段代碼裡的selectIndex在scrollable-tab.component.ts移除了
但程式是可執行的
没明白你的意思,具体说说
他的意思是说:你在html模板上有使用selectedIndex 这个属性,但是selectedIndex 在ts文件中的定义被你删掉了,运行会报异常Unresolved variable or type selectedIndex
登录后可查看更多问答,登录/注册
高仿拼多多WebApp,带你在实战环境中学习Angular
712 4
738 7
581 3
1.4k 4
1.2k 14