Topic: mdb-material-chips not working
deeep580 pro asked 6 years ago
<form [formGroup]="editProfileForm" (ngSubmit)="onSubmit()">
<mdb-material-chips [(ngModel)]="addtags"></mdb-material-chips>
</form>
Error: No provider for NgControl
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Damian Gemza staff commented 6 years ago
Dear deep580, Without formGroup chips are working to you? If yes, please check if you have configured FormGroup in component.ts file, and if you're importing FormsModule in your app.module.ts. No provider for NgControl is not our error, it's Angular error that you're not importing provider for NgControl. Best Regards, Damian