angular material import chip
import {MatChipsModule} from '@angular/material/chips';
angular material import chip
import {MatChipsModule} from '@angular/material/chips';
angular material chips
import { MatChipsModule } from '@angular/material/chips';
@NgModule({
imports: [
...
MatChipsModule
...
]
})
...
<mat-chip-list aria-label="Fish selection">
<mat-chip>One fish</mat-chip>
<mat-chip>Two fish</mat-chip>
<mat-chip color="primary" selected>Primary fish</mat-chip>
<mat-chip color="accent" selected>Accent fish</mat-chip>
</mat-chip-list>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us