7.0.0-beta.2 • Published 1 month ago

tl8 v7.0.0-beta.2

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

TL8

TL8 is a system that enables every team member to edit translations on an Angular application that uses ngx-translate. For more information, visit the website tl8.io.

Compatibility

AngularTl8
177.*
155.*
143.*, 2.*
<141.*

Setup

Install

npm install --save tl8

Setup your module

Add the TL8 module to your application, ideally where you include the TranslateModule of ngx-translate

import { TL8Module } from 'tl8';

@NgModule({
  ...
  imports: [
    ...
    TranslateModule.forRoot(...),
    TL8Module.forRoot({
      langs: [
        { lang: 'en', label: 'English' },
        { lang: 'fr', label: 'French' },
        { lang: 'de', label: 'German' },
      ]
    }),
    ...
  ],
  ...
})
export class SharedModule { }
7.0.0-beta.2

1 month ago

7.0.0-beta.1

1 month ago

6.0.1

11 months ago

6.0.0

11 months ago

5.0.1

1 year ago

5.0.0

1 year ago

3.0.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.2

1 year ago

2.0.0

2 years ago

1.0.0

2 years ago

1.0.0-beta.0

2 years ago

0.0.11

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago