Scoped Library Extractor
Example Setup
📦 projects
┣ 📂 core
┃ ┣ 📂 src
┃ ┃ ┣ 📂 lib
┃ ┃ ┃ ┣ core.component.ts
┃ ┃ ┃ ┣ core.module.ts
┃ ┃ ┃ ┣ 📂 i18n
┃ ┃ ┃ ┃ ┣ en.json
┃ ┃ ┃ ┃ ┗ es.json
┃ ┃ ┣ public-api.ts
┣ ng-package.json
┣ package.json
📦 src
┣ 📂 app
┃ ┣ app.component.html
┃ ┣ app.component.ts
┃ ┣ app.module.ts
┃ ┗ transloco.loader.ts
┣ 📂 assets
┃ ┣ 📂 i18n
┃ ┃ ┣ en.json
┃ ┃ ┗ es.json
Join Strategies
Use with Webpack
Last updated
Was this helpful?

