Closed Seaal closed 6 years ago
Need to create a new localize pipe instead of using the translate pipe directly
Could export ngx-translate in the common module, so it doesn't need to be imported elsewhere. Rewriting the translate pipe seems like a waste, could try subclassing existing implementation to change the name of the pipe or alternatively just take a dependency on translate
as the pipe name for localization.
Abstract the use of ngx-translate, so it can be replaced easily if needed.