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.
npm install @seeplusplus/ngx-utils-cookies-port --save
Follow original documentation.
import {BrowserCookiesModule} from 'ngx-utils-cookies-port';
import {CookiesService} from 'ngx-utils-cookies-port';
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
.