This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment
-
The service itself is not exported. As a workaround you could in theory grab an instance from the ClrForm (it's public on the TS level). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a new form input component, but where can I import the
LayoutService
from and inject it to my component?I see the
LayoutService
export asɵb
inclr-angular.d.ts
, can I use it?Beta Was this translation helpful? Give feedback.
All reactions