Where do I find the module to import to use <mat-chip-list>? I'm thinking it would be under the API tab but that is empty.
I'm receiving the following error since I'm not importing the correct module:
An unhandled exception occurred while processing the request.
NodeInvocationException: Template parse errors:
'mat-chip-list' is not a known element:
If 'mat-chip-list' is an Angular component, then verify that it is part of this module.
If 'mat-chip-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message....


import {MatChipsModule} from '@angular/material';- yurzui