Loading...
Loading...
Transloco i18n best practices for Angular. Covers runtime translation, lazy-loaded translation files per route, and test mocking. Activates when working with @jsverse/transloco. Install alongside angular-best-practices for full coverage.
npx skill4agent add alfredoperez/angular-best-practices angular-best-practices-translocotranslocoTranslocoTestingModule| Rule | Impact | Description |
|---|---|---|
| Lazy Load Translation Files per Route | MEDIUM | Load scoped translations only when a route is activated |
| Mock Translations in Tests | MEDIUM | Fast deterministic tests without HTTP translation loading |
| Use Transloco for Runtime i18n | MEDIUM | Dynamic language switching without app rebuilds |
npx skills add alfredoperez/angular-best-practices --skill angular-best-practicesnpx skills add alfredoperez/angular-best-practices --skill angular-best-practices-transloco