Andrew Steel
Andrew Steel
Bug(transloco): translateSignal API adds unnecessary async task when using string for key parameter
### Is there an existing issue for this? - [x] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? Transloco ### Is this...
Simplifies the common use case of static keys / params for the signal APIs by avoiding the toObservable call, which uses the angular effect API to listen to changes from...
Use the autoPrefixKeys=false configuration to find the best provider scope based on the requested key(s), which will then wait for any inline loaders to resolve before trying to translate. This...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? Transloco ### Is this...
This allows developers using the TranslocoTestingModule to pass other options for missingHandler without duplicating the logMissingKey config already provided ## PR Checklist Please check if your PR fulfills the following...
### Is there an existing issue for this? - [x] I have searched the existing issues ### This issue exists in the latest npm version - [x] I am using...