Angular Transloco Best Practices Transloco rules for runtime internationalization, lazy-loaded translations, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links - Core Skill: angular-best-practices - Browse All Skills - GitHub Repository When to Apply - Adding runtime i18n with the pipe or directive - Lazy-loading translation files per route with scopes - Writing tests that use Rules | Rule | Impact | Description | |------|--------|-------------| | Lazy Load Translation Files per Route | MEDIUM | Load scoped translations only when a route is a…