文件名称:ngx-cookieconsent:Angular的Cookie同意模块
文件大小:632KB
文件格式:ZIP
更新时间:2024-02-22 11:50:33
law angular cookie eu cookie-consent
ngx-cookieconsent-Angular的模块。 演示版 查看位于的模块 依存关系 (需要Angular 6+, 是Angular <6的最新版本) (需要Cookie同意3或更高版本,已通过3.1.0测试) 安装 通过npm安装以上依赖项。 特别是对于Cookie Consent : npm install --save cookieconsent 现在通过以下方式安装ngx-cookieconsent : npm install --save ngx-cookieconsent 角度CLI 注意:如果您使用angular-cli来构建应用,请确保cookieconsent被正确列出为和。 为此,请angular-cli.json如下方式编辑您的angular-cli.json : "scripts": [ "node_modules/cookieconsent/build/cookieconsent.min.js" ], "styles": [ "node_modules/cookiecon