Activities of "kaustubh.kale@ness.com"

ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A

We want to add HttpHeader in Login method call . how we can add one more httpHeader in below request .Currently We paasing Username and Password .

We are using Angular 11 for client side . Please find below implementation of login method.

constructor(private authService: AuthService)
var loginParams = {
      username: this.form.get('username').value,
      password: this.form.get('password').value
    }
    
this.authService
      .login(loginParams)
      .pipe(
        catchError((err) => {
          return err;
        }),
        finalize(() => (this.inProgress = false))
      )
      .subscribe(() => {

        var tokeParams = {
          fullToken: this.oauthService.getAccessToken()
        }
       

        });
      });
      
  }

HI We are requesting for API.

For Client Side We are Using Angular 11 . For Backend Services we are using WebApi

Thanks Mehmat . Given Solution is worked for me.

Hi Team

Kindly Give Update on above issue .Its required on urgent basis.

Hi Team

Any Update On Above

ABP Framework version: v4.3.1 UI type: Angular

Hi I want add submenu inside profile menu . when user click on that it will need to redirect on that component.

PFA above in scrrenshot highlited yellow part i want to add one route .How can we achive.

On which File CSS need to check . Can you give me files names of files and also give for css files of default template.

ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): no / yes Exception message and stack trace: Steps to reproduce the issue:

Hi Team

When resized the browser window, the menu bar on the top is moved to left

PFA

Hi

Issue Resolved .

We dont have seprate auth and login component for login page layout .we have only one component which is replaceble. we dont get it your points .can we connect on call or screen sharing ?

Showing 11 to 20 of 39 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11