forked from jsverse/transloco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular.json
More file actions
18 lines (18 loc) · 780 Bytes
/
angular.json
File metadata and controls
18 lines (18 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"version": 2,
"projects": {
"transloco": "libs/transloco",
"transloco-locale": "libs/transloco-locale",
"transloco-messageformat": "libs/transloco-messageformat",
"transloco-optimize": "libs/transloco-optimize",
"transloco-persist-lang": "libs/transloco-persist-lang",
"transloco-persist-translations": "libs/transloco-persist-translations",
"transloco-playground": "apps/transloco-playground",
"transloco-playground-e2e": "apps/transloco-playground-e2e",
"transloco-preload-langs": "libs/transloco-preload-langs",
"transloco-schematics": "libs/transloco-schematics",
"transloco-scoped-libs": "libs/transloco-scoped-libs",
"transloco-utils": "libs/transloco-utils",
"transloco-validator": "libs/transloco-validator"
}
}