ngx-cookie Angular 1.x $ cookies服务的实现 目录: 开始使用 安装 您可以使用npm在本地安装此软件包。 # To get the latest stable version and update package.json file: yarn add ngx-cookie # or # npm install ngx-cookie --save 用法 CookieModule应当在登记AppModule与forRoot()静态方法,用forChild()的子模块。 这些方法也接受CookieOptions对象。 将其保留为默认值。 import { Ng