问题标签 [ngx-cookie-service]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
typescript - NodeInvocationException: StaticInjectorError[CookieService] - 没有 CookieService 的提供者
我有一个带有 Angular 5.1.0 ClientApp(VS 2017 v15.4.5)的 ASP.NET Core 2.0 项目。尝试使用 ngx-cookie-service。
我按照说明导入 ngx-cookie-service,但是每当我尝试将其 DI 到组件或服务构造函数中时,我都会得到这个
错误:
app.module.browser.ts:
setlanguage.component.ts:
包.json
任何建议表示赞赏。谢谢你。
angular - Angular4x:带有过期参数的 ngx-cookie-service
我正在使用 ngx-cookie-service 组件,但是一旦我关闭浏览器,cookie 就会消失,也许我必须设置 expire 参数但我无法得到它,低于文档所说的:
(我尝试了数字,但似乎不起作用)
提前致谢。
angular - 无法将 ngx-cookie-service 与 angular 5 一起使用
我正在尝试将我的应用程序从 angular 2 升级到 angular 5。我已经更新了所有依赖项,一切都很好。但是,当我尝试运行我的应用程序时,ngx-cookie-service 库会产生问题。
在 app.module.ts 中,我正在导入 cookieservice 并添加到 providers 数组。
在我的 api.service.ts 中,
在构造函数中,我正在实例化它
我正在使用 webpack 构建并在运行我的应用程序时出现此错误
它突出显示的错误是,
我知道调试并不多,如果其他人遇到这个问题仍然可以提供帮助。
angular - 如何使用 `ngx-cookie-service` 设置 cookie 过期日期
我正在使用ngx-cookie-service
我的 angular5 应用程序。有人帮我展示设置过期日期的方法吗?
我尝试这样:
但不起作用。有人帮我吗?
angular - 无法使用 ngx-cookie-service 删除 cookie
我使用https://github.com/7leads/ngx-cookie-service 删除无法正常工作,任何人都可以帮我解决这个问题或建议任何其他插件
angular - 我们如何在没有 ngx-cookie 服务的情况下访问 Angular 6 中的 cookie
我想在没有像 ng-x cookie 服务这样的外部模块的情况下访问 angular 6 中的 cookie。我想使用get set delete。有什么方法吗?我已经完成了像 document.cookie 这样的 javascript 方法,但是它的抛出错误
angular - 如何从子 Angular 7 应用程序访问父应用程序 HttpOnly Cookie
-- 托管在 ( http://host )上的父 c# 应用程序
--Child Angular 7 App 托管在 ( http://host/child )
我需要检查父应用程序中的 cookie。我使用了“ngx-cookie-service”,它不返回 HttpOnly cookie。无论如何可以访问cookie吗?
angular - 如何使用 ngx-cookie-service for Angular 在我的 cookie 中设置安全标志?
当我创建它时,我想在我的 cookie 中设置安全标志。我想我有解决方案,但我想确定以继续。我使用ngx-cookie-service来设置我的 cookie。
这是我的代码:
问题是我不知道是否必须像这样声明第 4 和第 5 个参数,因为如果我不声明它们会显示错误。
例如我试试这个:
它警告我Argument of type 'true' is not assignable to parameter of type 'string'
当我不想定义它们时,是否必须使用'/'
forpath
和参数?domain