2.2.1 • Published 1 year ago
@seeplusplus/ngx-utils-cookies-port v2.2.1
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.