Hi guys,
I want to show a progress spinner while fetching the desired data for a modal. Just like the metronic demo for editing a customer.
Adding 'm-portlet--body-progress' class to the portlet does not seem to work.
Do I miss something?
P.S. I am using Angular Material - MatDialog
ASP.NET Zero project: Angular + Core v6.0.0
Hi guys,
Can you please reply a simple guide on how to publish the ASP.NET Core + Angular template to Azure with multitenancy enabled using a single domain (ex. mydomain.com)
Thanks in advance.
Hi guys,
I deployed ASP.NET Core + Angular to 2 Azure web app services.
They seem to work ok but I always get to the host dashboard because the Abp.TenantId cookie is never set. I think it should be set from the subdomain in AppPreBootstrap class.
Any ideas?
My configs:
Angular appconfig.json:
"remoteServiceBaseUrl": "http://myapi.azurewebsites.net/",
"appBaseUrl": "http://{TENANCY_NAME}.mydomain.com/"
Web.Host appsettings.Production.json:
"ServerRootAddress": "http://myapi.azurewebsites.net/",
"ClientRootAddress": "http://{TENANCY_NAME}.mydomain.com/"
Hi guys,
I set up the projects with the following custom domains: Web.Public - mydomain.com Web.Host - api.mydomain.com AngularUI - *.mydomain.com
The problem is when I configure the AngularUI`s appconfig.json as following:
"remoteServiceBaseUrl": "http://api.mydomain.com"
"appBaseUrl": "http://{TENANCY_NAME}.mydomain.com"
All assets (for example the logo image in the login page) are not found as the app is looking at the public`s website assets.
Any ideas how to configure the apps to use the specified domains?
Thanks in advance.