VDiaz
VDiaz
## Current behavior When specifying dynamic text in language file and combining it with `TranslateMessageFormatCompiler`, the application throws an exception. ``` // Module configuration TranslateModule.forRoot({ compiler: { provide: TranslateCompiler, useClass:...
## Current Behavior Application doesn't build correctly and produces warnings in terminal and errors in browser console when importing certain libraries and running app configured for Module Federation. `main.ts:1 Error:...
I've been trying to get this to work for several hours now with no luck. Getting the following error when running `yarn dev` ``` Error updating global header: NotFound: The...
### Describe the bug Styles do not render properly in the Edge browser. They look correct in Chrome (Canary as well), Safari, and Firefox. ### Environment package.json ``` "@angular/animations": "^17.0.0",...
Current Definition: ``` "notification-banner": { setCollectionOptions: ( _collectionOptions: CollectionOptions | undefined ): void => {}, setOnNotificationsChange: ( _listener: | (({ total, actionRequired }: NotificationCount) => void) | undefined ): void...