Highly configurable and flexible translations loader for ngx-translate. Fetch multiple translations, each translation file gets it's own namespace by default
when getting a translation object with the TranslateService then you have access to its properties but this is not recognized by the extension and will be removed in the diff.
this.translateService.get('MANY.KEYS').pipe(take(1)).subscribe(keys=>{console.log(keys['MISSING'];// no zombie at all!});
A simple lightweight library for Angular that detects scroll direction and adds a sn-scrolling-up or sn-scrolling-down class to the element. The library can also detect when the user has scrolled passed the element and apply a sn-affix class. Useful for make a element sticky when the user has scrolled beyond it. This library can will also apply sn-minimise class after the user has scrolled beyond the height of the element
Simple Lang Files Editor - An Electron/Ionic application to edit i18n language translations files. It is intended to ease the translation of your content to different languages when using the ngx-translate internationalization (i18n) library for Angular. Allows the edition of JSON translation files.
when getting a translation object with the TranslateService then you have access to its properties but this is not recognized by the extension and will be removed in the diff.