Questions tagged [angular-material-8]

Angular Material2 is an excellent representation of Material Design within the Angular framework. This specific tag pertains to version 8.x of Angular Material2. It is crucial not to utilize this tag for alternative versions such as v6 or v7, or for AngularJS Material which serves as the embodiment of Material Design for the outdated AngularJS platform.

Oops! Issue: The mat-form-field is missing a MatFormFieldControl when referencing the API guide

I included the MatFormFieldModule in my code like so: import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppRoutingModule } from './app-routing.module'; ...