Base solution for your next web application

Activities of "farhantufail"

Question

Can you please guide how to integrate asp.net xero code with Docker.

@maliming Thanks Dear. I've solved the problem.It was our fault.we were actually using JSON.parse() to parse our array and forward that array to save function. that is why it was throwing this error. BTW thank you so much for your quick response.

we're having this issue only on one service and on method of the service that is createoredit. please guide me to solve the problem. we are using product version 7.3.0 (aspnet core and angular).

Hi @ismcagdas Yes I'd solved problem Thanks.

Answer

Yes sure @aaron.This is the screenshot.

Answer

@aaron this is the error. it is saying that unexpected token "="

Answer

Hi @aaron it is not working. I'm sharing code with you. please help me in this regard. actually on initialize I also want to show current date seleected.

HTML : <input class="form-control m-input form-control-sm" [(ngModel)]="pssaleh.docDate.toDate()" type="datetime" bsDatepicker id="PSSALEH_DocDate" name="PSSALEH_DocDate">

TS : ngOnInit() { this.pssaleh = new CreateOrEditPSSALEHDto(); this.pssaleh.docDate = moment(); }

Class : export class CreateOrEditPSSALEHDto { docDate!: moment.Moment | undefined; }

kindly help me in this regard. As We have alot of date fields in our application

Question

Hi Dear, I'm having trouble in building my angular project version 7.3.0. The error is 'Property '_d' does not exist on type 'Moment'.' I'm binding date object in [(ngModel)]="model.date._d".

Yes.I tried this solution.I'm using the version the 7.3.0. still,it is showing me the yesterday date in datepicker.I'm sharing with you both the screenshots of code and output and my system datetime.

@demirmusa I'm initializing docDate property with moment().startOf('day'); and I think it is causing this bug.

I'm also getting this error.Please @demirmusa please guide me how to implement this to solve my problem. Thanks

Showing 1 to 10 of 28 entries