Hi Ismail
how to add required field validator for <p-editor> ?
<input id="RoleDisplayName" #roleNameInput="ngModel" class="form-control" type="text" name="DisplayName" [(ngModel)]="role.displayName" required maxlength="64">
<validation-messages [formCtrl]="roleNameInput"></validation-messages>
So, we have to use only "#roleNameInput="ngModel"" in <validation-messages [formCtrl]="roleNameInput"></validation-messages> ?
Angular 8 + .Net Core (ASPZero Version 8.7)
How to add required field validation
.Net core + Angular version 8.7
How to add "time" selection to default date picker calendar to the below autogenerated input?
<input class="form-control m-input"
type="datetime" bsDatepicker
datePickerMomentModifier
[(date)]="abp.startTime"
id="Abp_startTime" name="AbpCommsXObservation_startTime">
We are using .NET Core + Angular:
Can you please provide us the code?
Thank you.
I am removing some css classes from few css files such as "metronic\themes\theme8\css\style.bundle.min.css" to fit my design requirements.
But when I publish the code or restart my computer the 'removed css class' are appering again, all the design changes I made are rollback to the default theme and I am loosing all custom design changes which I did.
How can I solve this issue?
Hi @ismcagdas
User registered to the systen using Microsoft login button no register page/button!
please read my previous comments carefully.
These are my Microsoft Azure App - Redirect URIs:
http://localhost:4200/account/login/signin-microsoft http://localhost:4200 http://localhost:4200/account/login http://localhost:4200/signin-microsoft
Hi @ismcagdas, @maliming
User is not able to login with Microsoft account.
It looks like the “Sign in with Microsoft” button is trying to recreate/register the account/user again rather than let me sign in after initial creation or approval of account.
Please resolve this issue ASAP