alfredoperez/angular-best-practices · Archived

angular-best-practices-transloco

>- Transloco i18n best practices for Angular. Covers runtime translation, lazy-loaded translation files per route, and test mocking. Activates when working with @jsverse/transloco. Do not use for ngx-translate or i18next. Install alongside angular-best-practices for full coverage.

First seen Feb 10, 2026

Installation

$ npx skills add alfredoperez/angular-best-practices --skill angular-best-practices-transloco

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from alfredoperez/angular-best-practices · top by installs.

npx skills add alfredoperez/angular-best-practices

Browse all from alfredoperez/angular-best-practices

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 37
License MIT
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.0
LicenseMIT
More metadata
author
alfredoperez
version
1.2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,046 B
  • docs AGENTS.md 1,876 B
  • docs SUMMARY.md 318 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 280 installs

SKILL.md

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

When to Apply

  • Adding runtime i18n with the transloco pipe or directive
  • Lazy-loading translation files per route with scopes
  • Writing tests that use TranslocoTestingModule

Rules

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

Install

Install from skills.sh/alfredoperez/angular-best-practices: