Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用ng2-cookies,但是当我尝试使用时setCookie,它并没有显示出智能。
ng2-cookies
setCookie
我在这里得到错误:
Cookie.setCookie('')
.正如医生所说https://github.com/BCJTI/ng2-cookies/wiki/Static-Class-%7C-Minimum-Example ..你需要IMPORt it
https://github.com/BCJTI/ng2-cookies/wiki/Static-Class-%7C-Minimum-Example
IMPORt it
import { Cookie } from 'ng2-cookies';