@seeplusplus/ngx-utils-cookies-port

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


Keywords
angular, ngx, cookies
License
MIT
Install
npm install @seeplusplus/ngx-utils-cookies-port@2.2.1

Documentation

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 --save

Usage

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.