UNPKG
@ngneat/transloco
Version:
latest (6.0.4)
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.3.0
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.0
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.23.5
2.23.4
2.23.3
2.23.2
2.23.1
2.23.0
2.22.0
2.21.0
2.20.1
2.20.0
2.19.3
2.19.2
2.19.1
2.19.0
2.18.4
2.18.3
2.18.2
2.18.1
2.18.0
2.17.5
2.17.4
2.17.3
2.17.2
2.17.1
2.17.0
2.16.1
2.16.0
2.15.0
2.14.2
2.14.1
2.14.0
2.13.5
2.13.4
2.13.3
2.13.2
2.13.1
2.13.0
2.12.4
2.12.3
2.12.2
2.12.1
2.12.1-rc.1
2.12.1-rc
2.12.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.3
1.8.1
1.8.0
1.8.0-rc.1
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
The internationalization (i18n) library for Angular
ngneat.github.io/transloco/
ngneat/transloco
@ngneat/transloco
/
schematics
/
src
/
migrate
/
schema.d.ts
11 lines
(10 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export interface SchemaOptions {
/** * The path to the source root directory. */
path
: string;
/** * Where is the migration from. */
from
:
'Angular'
|
'NgxTranslate'
; }