Package Exports
- @localess/angular
- @localess/angular/browser
- @localess/angular/package.json
- @localess/angular/server
Readme
Localess Angular
This client SDK is designed to work with the Localess API. It provides a simple way to interact with the Localess API from your Angular application.
Important: The @localess\angular Library has two modules client and server.
The client module is designed to be used on the client side only, as it API Token is not requires.
The server module is designed to be used on the server side only, as it requires your Localess API Token to be kept secret.
Installation
NPM
npm install @localess/angular@latestYarn
yarn add @localess/angular@latest