0
あなたのコンポーネントにangalar2のtemplate:
を作成するのはかなり一般的です。ビジュアルスタジオコードの `シンボルにintellisenseを取得
HTMLのVisual StudioのコードでHTMLベースのインテリセンスを取得するために `記号を使用している文字列値を作成します方法/拡張がある場合だけ不思議?
ie。
@Component({
selector:'my-puzzle'
template:` <h2>foobar</h2> ` // get intellisense on this string
})