Skip to content

Update branch from master#1

Open
Ketec wants to merge 563 commits intoKetec:feature/Implement-standalone-locale-flagfrom
jsverse:master
Open

Update branch from master#1
Ketec wants to merge 563 commits intoKetec:feature/Implement-standalone-locale-flagfrom
jsverse:master

Conversation

@Ketec
Copy link
Owner

@Ketec Ketec commented Nov 24, 2021

Update branch

shaharkazaz and others added 29 commits September 14, 2025 23:48
Both packages were previously peer dependencies and are now direct dependencies.
* feat(transloco): 🎸 auto-detect public folder in ng-add

✅ Closes: #818
`new` expressions are not dropped by default, because they are considered side-effectful.
Add an option to the config, to control if the TranslateService should
prefix (or not) the translation key with the scope when provided. It fix
an issue when a scope has been provided, the root translations keys
can't be used with the TranslocoService methods due to auto-prefixing of
the scope to them.

✅ Closes: #855
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 the signal and propogate those into the
observable stream. Using the effect call causes the component to render
twice, once with an empty string as the signal value and the second time
asyncronously with the actual value.

✅ Closes: #894
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.