An open API service indexing awesome lists of open source software.

https://github.com/sudheerj/angular-primeng-ngxtranslate

Internationalization using Ngx-Translate
https://github.com/sudheerj/angular-primeng-ngxtranslate

Last synced: 2 months ago
JSON representation

Internationalization using Ngx-Translate

Awesome Lists containing this project

README

        

## Angular PrimeNG Internationalization using Ngx-Translate

### Prerequisites

Node.js version 6.x or higher, NPM 3.x or higher.

### Run it

```sh
ng serve
```

Running application is available at [http://localhost:4200/](http://localhost:4200/)

### Distribute it

Distributed application can be found in the `dist` folder after running

```sh
ng build
```

or

```sh
ng build --prod --aot
```

The `--prod` and `--aot` options will optimize the build for production.

### Test it

Execute unit tests by running

```sh
ng test
```

Execute end-to-end (e2e) tests by running

```sh
ng serve
```

and

```sh
ng e2e
```

in two separate consoles.