We are trying to build our own form-field-Components at our Company. We are trying to wrap material design\'s Components like this:
field:
import {MatInputModule} from '@angular/material/input'; @NgModule({ imports: [ MatInputModule ], exports: [ MatInputModule ] })