2 रिपॉजिटरी
Fetching translation assets asynchronously and streaming them into the application state using observables.
Distinct from Asynchronous Asset Loading: Specializes asynchronous loading by using observables to stream translation JSON data from HTTP sources.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Observable Asset Loading. Refine with filters or upvote what's useful.
This is an internationalization framework for Angular applications. It provides a system for managing multilingual text by mapping keys to translated strings, utilizing a JSON translation manager to load and merge localized assets via HTTP or local sources. The library includes a runtime language switcher to update the user interface instantly without reloading the page and a key extractor to identify translatable strings within source code. The project features an ICU message formatter to handle complex linguistic requirements such as pluralization and gender. It distinguishes itself through
Fetches translation JSON files asynchronously via HTTP requests and streams them into the internal store using observables.
This project is a collection of reference implementations and prototypes focused on routing, performance optimization, background threading, and user interface components. It serves as a sample library demonstrating the use of modern web platform features and native browser APIs. The repository provides prototypes for high-performance graphics, including 3D effects and animations rendered via hardware acceleration and CSS transformations. It includes implementation examples for client-side routing to synchronize application state with browser URLs and pattern galleries for offloading computat
Includes demonstrations of optimizing initial load times by splitting code and loading assets on demand.