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

Activities of "antonis"

Hi,

In angular 2 aspnet core is there any way to get a username when I have the id of the user? Not the current logged in user but another's username

Thanks

That is so shame. There are dozens of templates out there that support Angular fully. You should have chosen one of these. One of the main goals of new Angular is to remove dependencies to 3rd party libs like jquery and take advantage of angular native futures.

So shame

Question

I suppose that jquery dependency can now be removed from angular 2 and aspnet core project since the new metronic v5 supports angular by default.

Am I right?

Thanks

Hi,

I am using aspnet core with angular 2

I have a lot of menu items about 100. The problem that I have is when I am in the last menu items and click on a menu item the page loads but it does not take me to top and I have to manuall scroll which is bad UX?

How can I fix this?

Thanks

OK Found it.

For anyone with the same requirement I declared it on root.module.ts in appInitializerFactory function to change it globally in the app

Thanks

Hi,

I am using aspnet core with angular 2 solution. How can I do that in this project type?

Hi,

I want to ask how can I change the position of the abp.notify... popup to start from top right instead of bottom right? See link below.

[https://1drv.ms/i/s!Ap6vT6kvVLZ0jFlmnTqGuXwRD76O])

And also how can I change the duration of it?

Thanks in advance.

Managed to resolve it. Check the link

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/413">https://github.com/aspnetzero/aspnet-ze ... issues/413</a>

After upgrading to VS2017 15.3 I am getting a huge error "Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see <a class="postlink" href="https://aka.ms/sdkimplicititems">https://aka.ms/sdkimplicititems</a>. The duplicate items were: 'wwwroot\Common\Images\app-logo-on-light.png'; 'wwwroot\Common\Images\app-logo-small.png'; 'wwwroot\Common\Images\logo.png'; 'wwwroot\Common\Styles\core.css'; 'wwwroot\Common\Styles\core.less'; 'wwwroot\Common\Styles\core.min.css'; ......"

I found this link on how to fix it <a class="postlink" href="https://www.danielcrabtree.com/blog/273/fixing-the-duplicate-content-error-after-upgrading-visual-studio-2017">https://www.danielcrabtree.com/blog/273 ... tudio-2017</a>

"The solution is simple. Right click on the affected project in solution explorer, select Edit [YourProjectName].csproj, then remove the lines that specify what content to include"

Problem is I edited the csproj file but didnt see all these files

Answer

As I mentioned If you setup the same ports for both the client and server and try to run from Visual Studio it should work the same way like in production. They are both using IIS Express so there is no difference.

Showing 151 to 160 of 202 entries