Base solution for your next web application

Activities of "rvanwoezik"

found it! auth-route-guard.ts

What i don't get at this moment, is when you go to localhost:4200 and you are not logged in you go to : http://localhost:4200/account/login

but i want to redirect when you are nog logged in to http://localhost:4200/landing

Where do i do this?

@smry, Besides auth, I dont'need the other sub dir's right?

Thnx, working on it now!

Thnx!

'landing' is much better then 'public'

Is it possible i can take a look at a copy of sourcecode of your angular site?

Kind regards, Rene van Woezik [email protected]

SetCellDataFormat(sheet.GetRow(i).Cells[3], "[h]:mm");

Thanks a lot! Very clear description, it works!

Only one more thing, after payment is succeeded i want to present them a temporary secure link where they can download the E-Book. Just like on the asp.net zero website where you can download the project.

Any suggestions, flow how to do this?

Thanks in advance! Rene van Woezik

Hi,

Do you happen to have some document/description of the entire flow, this would help me a lot instead of reverse enginering.

I will, should i also create a seperate Stripe Controller for Payment?

Please try this:

public interface IBudgetVersionsAppService : IApplicationService
{
    public Task UpdateBudgetVersion(BudgetVersionDto input, string newName);
    public Task<PagedResultDto<BudgetVersionDto>> GetBudgetVersions(GetBudgetVersionInput input);
}

Kind regards, Rene

Showing 11 to 20 of 110 entries