Skip to content

sudheerj/angular-primeng-ngxtranslate

Repository files navigation

Angular PrimeNG Internationalization using Ngx-Translate

Prerequisites

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

Run it

ng serve

Running application is available at http://localhost:4200/

Distribute it

Distributed application can be found in the dist folder after running

ng build

or

ng build --prod --aot

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

Test it

Execute unit tests by running

ng test

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

ng serve

and

ng e2e

in two separate consoles.

About

Internationalization using Ngx-Translate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published