Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

utpl-cookies

Developed within the Application Architecture Department at UTPL, this project is an adaptation of a component originally created by [jfeltkamp] (https://github.com/jfeltkamp/cookiesjsr). The original component was designed for managing cookies on a webpa

angular, angular-15, angular-16, utpl, service, angular-service, cookie-service, cookie, cookies

readme

Utpl Cookies

Developed within the Application Architecture Department at UTPL, this project is an adaptation of a component originally created by [jfeltkamp] (https://github.com/jfeltkamp/cookiesjsr). The original component was designed for managing cookies on a webpage, and we have adjusted it for functionality within an Angular 15 environment.

Installation

  1. First install on your project: ng build utpl-cookies

    or

    yarn add utpl-cookies
  2. In the index.html file, append the following in the header section: <link rel="stylesheet" media="screen" href="https://cdn.jsdelivr.net/gh/jfeltkamp/cookiesjsr@1/dist/cookiesjsr.min.css" />

Usage

Add the utpl-cookies module to your app.module.ts as a provider:


//Import library
import {UtplCookiesModule} from 'utpl-cookies';
@NgModule({
    imports: [
        UtplCookiesModule
    ],

Then, add selector id on your component html (layout):


<utpl-cookies> </utpl-cookies >

That's it!

Demo

Utpl Pay

Custom config

Custom actions

Further help

For any issues or questions, feel free to reach out to our support team:

Diego Sarmiento
Diego Sarmiento
Email: dfsarmiento@utpl.edu.ec

Felipe Quiñonez
Felipe Quiñonez
Email: fdquinones@gmail.com