📝Core
The module that provides methods for get client GeoIP and cookie.
Imports
Method of Use
To use this module, you need to inject it into the desired service.
Importing the service inside the module.
app.service.ts
Without dependencies
You won't need to connect the pieces with any other module.
Extensibility
In this module, you will find contracts, types, modules, and other resources used by other modules.
Methods
Method
Scope
Description
getClientGeoIP
public
Get client GeoIP.
getCookie
public
Get cookie by name.
Last updated