Andrés

Results 3 comments of Andrés

This is my solution with angular 15 and nebular auth 9 app.module.ts ```typescript const formSetting: any = { redirectDelay: 0, showMessages: { success: true, }, }; export function filterInterceptorRequest(req: HttpRequest)...

This is my solution with angular 15 and nebular auth 9 app.module.ts ```typescript const formSetting: any = { redirectDelay: 0, showMessages: { success: true, }, }; export function filterInterceptorRequest(req: HttpRequest)...

try change "ng-select2": "^1.2.1", to "ng-select2": "1.2.0", this work for me in angular 8.0.0