@seeplusplus/ngx-utils-cookies-port
v2.2.1
Published
This library is a fork of [`ngx-utils-cookies-port`](https://github.com/junekpavel/ngx-utils-cookies-port), which is a port of [`@ngx-utils/cookies`](https://github.com/ngx-utils/cookies). Created because `ngx-utils-cookies-port` hasn't been updated sinc
Readme
ngx-utils-cookies-port
This library is a fork of ngx-utils-cookies-port, which is a
port of @ngx-utils/cookies.
Created because ngx-utils-cookies-port hasn't been updated since Angular 9.
Installation
npm install @seeplusplus/ngx-utils-cookies-port --saveUsage
Follow original documentation.
import {BrowserCookiesModule} from 'ngx-utils-cookies-port';
import {CookiesService} from 'ngx-utils-cookies-port';
Disclaimer
I'm not the original author of the library nor the source code. The source code was taken (almost unmodified)
from ngx-utils-cookies-port which was derived
from @ngx-utils/cookies.
