You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi Gray,
It looks like you didn't import the `mat-form-field`, are you sure you added it to your `AppMaterialModule` have a look at your linked sample, it's called demoMaterialModule in there.
Regards
Sander
GrayDiamond GrayDiamond
unread,
May 8, 2019, 11:41:29 AM5/8/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi Sander,
Thanks for you answer. It was just that. I did import MatFormField instead of MatFormFieldModule. Now works :) Thanks.