Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "antonis"

Question

I have updated to 6.2.1 angular & asp.net core and I want to customize some toaster settings.

Before I used to do it like:

 toastr.options.escapeHtml = true;
toastr.options.positionClass = 'toast-top-right';
toastr.options.toastClass = "custom-toastr";

in root module under

 appSessionService.init().then(
                    (result) => {

                    })

After I updated to 6.2.1 in topbar.component.cs all functions similar to

changeMySettings(): void {
        abp.event.trigger('app.show.mySettingsModal');
    }

do not open the popups.

Any idea what do I need to check?

Thanks in advance

Hi

I am trying to create two new tables that have a one to many relationship. I am looking at the source code and I can not find how it is done.

e.g cant see where the relationship between AbpEditions table and AppSubscriptionPayments table is set.

When I try to download latest angular and aspnet core 2.1 version 6.0.0 windows defender blocks the download with the following error

Name: Trojan:Win32/Sprisky.U!cl ID: 2147719836 Severity: Severe Category: Trojan Path: containerfile:_C:\Users\user1\Downloads\Suite.zip; file:_C:\Users\user1\Downloads\Suite.zip->Suite/aspnet-core/AspNetZeroRadTool/AspNetZeroRadTool.dll; webfile:_C:\Users\user1\Downloads\Suite.zip|https://aspnetzero.com/Download/CreateProject|pid:10876,ProcessStart:131831081057788935 Detection Origin: Internet

I am using aspnet core & angular. I have a a microservice that is using the angular app and I need to be able to check when a user sends a request to that service that he is authenticated and has permission to use that service. Based on my understanding the service can call the aspnet core and check this. Or am I wrong? Is there any example on how to achieve that?

Thanks

Hi,

I created a new AppService in asp.net core and in client I have the following code:

const url = 'http://localhost:22742/api/services/app/CustomSettings/GetServiceSettings';

return new Promise((resolve) => {
	this.http.get(url).map(res => res.json())
		.subscribe(config => {
                       debugger;
			resolve();
		});
});

And I get unauthorised 401 even If I am logged in.

Any idea why am I getting this?

Hi,

I am about to build for production (asp.net core and angular 2) and I found out that src/asset/metronic contains a lot of files which increase the app size. Can you tell me which ones are not used at all by app?

Thanks

Question

Hi

I want to change some pre-installed settings like security settings because I am planning to remove the angular components for it and dont give the user the chance to be able to change this.

How can I change this settings and set the values in database (or where they are stored)? I am using asp.net core and angular 2.

Thanks.

Hi,

After upgrading to 5.2 a lot of times when pressing F5 or refresh in browser page is not loading. I am using angular 2 + asp.net core. Strange thing I see no errors or 404.

Thanks

Hi,

I am using aspnetzero with angular and my appupdates data every 2 seconds. Before updating to 5.0.6 memory was stable. Now I see memory increasing and at a point crashes the browser.

Thanks

Showing 41 to 50 of 72 entries