問題タブ [ng-template]
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.
angularjs - 構文強調テキスト/ng-template Intellij
<script "text/ng-template">
Intellij (v2017.3) は、タグを Angularjs テンプレート フラグメントとして認識しません。
多分それは私がスカラビューにいるからですか?
hereの説明に従ってカスタム言語インジェクションを追加しようとしましたが、機能しません...
私の angularjs プラグインは正しく有効になっています...どこを見ればいいのかわかりません。
アイデアはありますか?
angular - ngFor 変数を ngIf テンプレートに渡す
then/else 構文でテンプレートを使用している場合、ngFor ループ内の現在の変数を ngIf に渡すにはどうすればよいですか?
インラインで使用すると問題なく通過するように見えますが、テンプレートからはアクセスできません。次に例を示します。
テンプレートにはまったくアクセスできないようですがnumber
、インラインで使用すると機能します。
次のリンクの動作するバージョンと動作しないバージョンの完全な例: plunkr