This project contains a component that displays a pop-up for the use of cookies on your website. Agreement is stored in the localStorage of your browser with the key cookie-agree-${host}
For a example see demo auth
- "@dlr-eoc/cookie-alert"
import { CookieAlertComponent } from '@dlr-eoc/cookie-alert';
...
imports: [
...
CookieAlertComponent
]
<ukis-cookie-alert [alert-text]="'my alert text'" [privacy-link]="'link to privacy'"></ukis-cookie-alert>
===
This library was generated with Angular CLI version 8.2.14.
Run ng generate component component-name --project cookie-alert
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project cookie-alert
.
Note: Don't forget to add
--project cookie-alert
or else it will be added to the default project in yourangular.json
file.
Run ng build cookie-alert
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test cookie-alert
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.