問題タブ [angular9]
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 - angular 9コンストラクターパラメーターを追加すると、htmlが正しくレンダリングされません
angular 9でコンポーネントを作成し、コンポーネントで使用してhtmlを挿入します。これまでのところ、それはまだ非常に正常です(htmlを正しくレンダリングします)。しかし、コンストラクターにパラメーターを追加した後、コンポーネントの html はブラウザーでレンダリングされず、ブラウザーで ng-container コンテンツのみがレンダリングされます。どのようにできるのか?
コンストラクターパラメーターを削除しようとしましたが、コンポーネントは正しくレンダリングされます..しかし、コンポーネントにrender2とelementRefをインポートする必要があるため、この方法では実行できません
myComponent.component.ts
myComponent.component.html
app.component.html
しかし、クロムでレンダリングすると、コンポーネントのhtmlがブラウザでレンダリングされません....
正しいレンダリングは次のようなものです
angular - angular 9プロジェクトを作成するには?
angular cli 9をインストールしようとしました
そして走る
次のエラーが表示されます。