utpl-cookies
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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

Package Sidebar

Install

npm i utpl-cookies

Weekly Downloads

101

Version

0.0.12

License

none

Unpacked Size

51.1 kB

Total Files

18

Last publish

Collaborators

  • fdquinones
  • dfsarmiento