Alejandro Vidal Castillo

Results 2 comments of Alejandro Vidal Castillo

Has been happening everywhere a chromium based app is run with a newer nvidia kernel module (or the entire kernel). You can run with --no-sandbox to bypass or change kernel.

Solved my problem importing as provider, not as component neither directive. ```typescript ... , providers: [ { provide: LOCALE_ID, useValue: 'es-CL' }, { provide: APP_BASE_HREF, useValue: '/' }, GoogleSignInComponent ],...