@codeqo/cq-ngx-translate-routes
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

cq-ngx-translate-routes

Disclaimer

This is a modified version of: https://www.npmjs.com/package/ngx-translate-routes

Full Documentation can be found on the base package page

Added Features

  • Add a suffix with a specified application name to every title.

Dependencies

Latest version available for each version of Angular

| cq-ngx-translate | Angular |

|------------------|---------------|

| 1.0.0 | 14.x |

Install

npm install cq-ngx-translate-routes --save

@ngx-translate package is a required dependency

npm install @ngx-translate/core --save

npm install @ngx-translate/http-loader --save

Follows this link for more information about ngx-translate:

https://github.com/ngx-translate/core

Changes to the base package

You are able to add another variable to the config called applicationName


NgxTranslateRoutesModule.forRoot({

applicationName: 'DemoApplication'

})

A suffix of | applicationName will be added to every title.

License

MIT


Codeqo Git @stefanarts  ·  GitLab @darioegb  · 

Package Sidebar

Install

npm i @codeqo/cq-ngx-translate-routes

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

63.1 kB

Total Files

20

Last publish

Collaborators

  • stefanarts