私はシンプルなUIを持っています
<button
md-icon-button
md-tooltip = 'Home'
[routerLink] = "['new-patient']">
<i class = 'mdi mdi-home mdi-36px cyanish'></i>
</button>
上記の routerLink バインディングは失敗し、常に次のように失敗します。
Can't bind to 'routerLink' since it isn't a known property of 'a'. ("
<a md-icon-button
[ERROR ->][routerLink] = "['new-patient']"
color = "accent">
<md-icon class = "material-icons md-2"): SideNavsComponent@43:7
エラーは理解できますが、実際に routerLink を material2 ボタンまたはボタン アイコンに追加する方法はありますか?
このような単純な手順が非常に不可能に思えることを受け入れるのはかなり難しい.
私は以前に質問をして、2016年6月に機能する回答を得ました-その回答は機能しなくなりました( material2ツールバー、ボタン、およびangular-cliルーターの使用方法)
ありがとう