I would like to integrate this MDC form in my web app. I’m using AngularDart (5.0.0-beta+1
). Here there is the npm line command to install this component (npm install @material/form-field
).
Is there some way to use it in a AngularDart web app?
Thanks!