問題タブ [angular-ng-class]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular-material - [ngClass] と結合した routerLinkActive ID
以下の web-link は、個別の HTML 要素のブール値として使用されたときの routerLinkActive ID の動作を示しています' [ngClass]
https://stackblitz.com/edit/routerlinkactivesimple?file=src%2Fapp%2Fapp.module.ts
対照的に、routerLinkActive id は Web リンクの下の @angular/material インスタンスでは機能しませんが、5 行目と 6 行目をコメントするとエラーは消えますが、routerLinkActive id の使いやすさは修正されません: https://stackblitz.com/edit/mat -routerlinkactive?file=src%2Fapp%2Fnav%2Fnav.component.html