0.0.12 • Published 9 months ago

utpl-cookies v0.0.12

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Utpl Cookies

Developed within the Application Architecture Department at UTPL, this project is an adaptation of a component originally created by jfeltkamp. 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

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago