You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(TranslateService): updated OpaqueToken -> InjectionToken for Angu…
…lar v5
BREAKING CHANGE: the library is now only compatible with Angular v4.0+ because `OpaqueToken` has been removed from v5 and its replacement `InjectionToken` was introduced in v4.0
feat(TranslateCompiler): new compiler that you can override to pre-pr…
…ocess translations
Whenever translations are added (manually or by a loader), they are passed to the compiler for
pre-processing. The default (TranslateFakeCompiler) does nothing.