問題タブ [ng-content]
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.
69 問題
0
投票する
0
に答える
338
参照
angular - Angular: html タグのない ng-content
私は2つのコンポーネントを持っています:
App.component.html
Table.component.html (テーブルを定義)
結果
tbody タグがあるのはなぜですか? ng-content からタグを削除する方法はありますか? tr とその子を html 内に表示するだけで済みます。期待される結果は次のようになります。