動的にヘッダを作成し、ヘッダテンプレートを 'string'として動的コンポーネントに渡そうとしています。私の要件は、ヘッダーコンポーネントテンプレート文字列内の別のコンポーネントを呼び出してロードすることです。角2 - 親コンポーネント内でロードする子コンポーネントを取得する(動的に作成する)
このシナリオでは、Plunkerの作業が作成されています。
私のように、ブラウザのコンソールでエラーが発生します。
Unhandled Promise rejection: Template parse errors:
'alert' is not a known element:
1. If 'alert' is an Angular component, then verify that it is part of this module.
2. If 'alert' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message. (" <span class="title" style="float: right; margin-right: 10px;">
[ERROR ->]<alert></alert>
<img class="notify-circle" src="https://cdn0.iconf"): [email protected]:32 ; Zone: <root> ; Task: Promise.then ; Value: Object { _nativeError: Error, stack: "" } [email protected]://unpkg.com/@angular/compiler/bundles/compiler.umd.js:1595:29 [angular]
質問:
私が使用して、文字列として構築されたヘッダテンプレート内で認識「アラート」コンポーネントを取得できますかセレクタ'<alert></alert>'
。
概念が奇妙に見えるかもしれませんが、要件はそのようなものです。
@ yurzui..thanks..私の必要条件を完全に満たしています。私の同様の状況の多くで助けになります。受諾のためのあなたの答えを投稿できますか? – Ranjan