clr-input-container
私は、既に実装した独自のフォーム コントロール用のClarity などのカスタム フォーム コントロール ラッパー コンポーネントを作成して実験しています。IfErrorService
ラッパーについては、ユーティリティ サービス、NgControlService
、ControlIdService
などを使用ControlClassService
したいと考えていましたLayoutService
が、これは実装で行われclr-input-container
ます。
ただし、すべてのサービスで次のビルド エラーが発生します。
ERROR in ./.../my-control-container.component.ts
Module not found: Error: Can't resolve '@clr/angular/forms/common/if-error/if-error.service' in '/.../my-control-container'
自分のプロジェクトで内部の Clarity サービスを使用する方法はありますか?