問題タブ [ngx-quill]

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.

0 投票する
2 に答える
2592 参照

angular - ディレクティブ QuillEditorBase の Ngx-Quill エラー

基本的な手順に従って、ngx-quill をセットアップしました。ngx-quill と quill をインストールし、さらにいくつかの調査を行いました。しかし、私はまだ同じエラーが発生します。

私は単純にeidtorを使用します<quill-editor></quill-editor>

私が使用するコンポーネントは遅延ロードされています。メインモジュールのインポートに追加QuillModule.forRoot()し、代わりに遅延読み込みモジュールに追加しようとしました。次に、両方に追加しようとしましたが、なしで追加しようとしましたforRoot()。エラーは同じままです。QuillEditorBase を ngmodule に追加する場所がわかりません。

私は何を間違っていますか?カスタム構成はありません。インストールしたばかりで、動作させたいと思っていました..