Øystein Amundsen
Øystein Amundsen
Sure: ```ts import { CommonModule } from '@angular/common'; import { APP_INITIALIZER, NgModule } from '@angular/core'; import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; import { RouterModule } from '@angular/router'; import { KeycloakAngularModule,...
Am I doing it wrong? Any feedback would be appreciated.
This is for an NX workspace though, but the same principles would apply: https://stackoverflow.com/questions/77111579/adding-workbox-to-an-angular-app-in-an-nx-workspace Hope this helps.
I have the same error: ``` bun run nx add @nxext/stencil $ nx add @nxext/stencil ✔ Installing @nxext/stencil@latest... ⠋ Initializing @nxext/stencil...$ nx g @nxext/stencil:init NX Generating @nxext/stencil:init NX The "@nx/@nxext/stencil"...