angular2-cookies
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

angular2-cookies

介绍

一个angular2 操作cookie的库.

安装

$ npm install angular2-cookies

使用

import { Cookie } from 'angular2-cookies'

API

load(name: string)

save(name: string, value: string, expires?: number, path?: string, domain?: string)

remove(name: string, path?: string, domain?: string)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    19
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    19
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i angular2-cookies

Weekly Downloads

16

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hutufeia2009