ngx-cookie:将Angular 1.x $ cookies服务实现到Angular 2

时间:2024-02-21 01:08:07
【文件属性】:

文件名称:ngx-cookie:将Angular 1.x $ cookies服务实现到Angular 2

文件大小:235KB

文件格式:ZIP

更新时间:2024-02-21 01:08:07

angular cookie angular2-cookie AngularTypeScript

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 { NgModule } from '@angular/core' ; import { BrowserModule } from '@angular/platform-browser' ; import { CookieModule } from 'ngx-cookie' ; import { AppComponent } from './app.component' ; @ NgModul


【文件预览】:
ngx-cookie-master
----.github()
--------dependabot.yml(346B)
--------ISSUE_TEMPLATE()
--------workflows()
----yarn.lock(438KB)
----angular.json(12KB)
----tsconfig.json(940B)
----LICENSE(1KB)
----tslint.json(3KB)
----README.md(7KB)
----.editorconfig(246B)
----.gitignore(631B)
----projects()
--------test-app()
--------ngx-cookie-backend()
--------backend-test-app()
--------ngx-cookie()
----package.json(2KB)
----.nvmrc(3B)

网友评论