CookiesDirective
Selectors
Properties
Property
Description
@Input()
cookiesGet: string
@Input()
cookiesSet: string
@Input()
cookiesRemove: string
@Input()
cookiesValue: any
@Input()
cookiesPath: string
@Input()
cookiesDomain: string
@Input()
cookiesExpires: string | Date
@Input()
cookiesSecure: boolean
Example
Last updated