0
amitchaudhary created
I'm using AspnetZero 8.1 with Asp.Net Core with Angular. AspnetZero comeup with Metronic theme, like this https://keenthemes.com/metronic/preview/angular/demo1/material/form-controls/input Metronic has support for Angular Material theme like below -
<mat-form-field class="mat-form-field-fluid">
<input type="email" matInput placeholder="Enter IP Address" formControlName="name" />
<mat-error>
IP Address
<strong>required</strong>
</mat-error>
<mat-hint align="start">
We'll never share customer
<strong>IP Address</strong> with anyone else
</mat-hint>
</mat-form-field>
So, can I use it Angular controls in AspnetZero? If Yes, then how?
2 Answer(s)
-
0
hi amitchaudhary
Zero provides metronic's source code. I think you can try to reference material and use it in your project. If you encounter any problems, welcome feedback.
-
0
This issue is closed because of no recent activity. Please open a new issue if you are still having this problem.