Käyttäjän "n.uerkmez" toiminnot

I have found a way. You can close this ticket. Thanks

import { ProfilePictureService } from '@volo/abp.commercial.ng.ui/config';

export class YourComponent { protected readonly profilePictureService = inject(ProfilePictureService); userId = '997'; response;

ngOnInit(): void { this.profilePictureService.getProfilePicture(this.userId).subscribe(res => { this.response = response; }); } }

Can you provide html template as well ?The following example is correct or?

<img [src]= "this.response.fileContent">

Great, Thanks

  • ABP Framework version: v8.1.0.rc3
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Hi, I want to consume the profile pictures that are already uploaded via the profile page, for a list that is in the angular custom component. How can I consume this profile picture from the backend ( separated authserver) and angular frontend?

Thanks

Ok. Thanks

Thanks that is really helpful.

Is there any way to cache ListService result for a while like in the rx.js operator SharePlay()?

It worked. But the positioning is challenging. For example, when it's all the way down, the user menu pops up all the way down. Only the first element of the menu is seen. The logout button stays off the page. Can I make the user menu open upwards? or any other way?

It is OK. I will try it and let you know. Thanks

Any updates?

  • ABP Framework version: v8.1.rc2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Hi,

I want to customize the** LeptonX Angular "side-menu-layout"** as in the screenshot. But the account information and menu are only Rendered in lpx-toolbar-container selector. This selector is the part I want to remove from the layout.
I want to extract the user avatar and its menu from the toolbar then, place it where it appears on the screenshots and remove the toolbar. How can I achieve this layout?

I have already tried the solution in the following link but, it does not help to customize it as I need

https://support.abp.io/QA/Questions/4358/Creating-new-layout-and-use-lepton-x--components-in-it

Näytetään 11 - 20/63 tietueesta
Made with ❤️ on ABP v8.2.0-preview Updated on maaliskuuta 25, 2024, 15.11