Mathieu COLLETTE (Ph.D)
Mathieu COLLETTE (Ph.D)
Here you can find a solution with angular elements and primeNg => https://gitlab.com/collettemathieu/prime-ng-angular-elements ```bash yarn run build:elements yarn run start ``` I think you can improve the system if you...
Thank for your work @igorlino. However, with the latest version of Angular (v11), this does not to seem to work because the getUserRoles method of keycloakAngular must be runned after...
Thank for your reply @igorlino. Perhaps I have this case because I load the keycloak service in an external NX library and not directly in the app.module.ts. Keep me posted...
Alternatively, you can use a string literal type to replace the Source type. For example, you can do: ```ts import { createActionGroup } from "@ngrx/store"; export function extendedCreateActionGroup(sourceName:`_${string}`) { return...
Hi everyone, I don't know if my issue is the same as yours but I'm encountering a denied permission when using VirtioFS with Docker Desktop 4.6.1 on my macbook M1...