ng-cookie

WebJar for ng-cookie

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ng-cookie
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

ng-cookie
WebJar for ng-cookie
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/wangta69/ng-cookie

Download ng-cookie

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ng-cookie/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ng-cookie</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ng-cookie/
implementation 'org.webjars.npm:ng-cookie:1.0.8'
// https://jarcasting.com/artifacts/org.webjars.npm/ng-cookie/
implementation ("org.webjars.npm:ng-cookie:1.0.8")
'org.webjars.npm:ng-cookie:jar:1.0.8'
<dependency org="org.webjars.npm" name="ng-cookie" rev="1.0.8">
  <artifact name="ng-cookie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ng-cookie', version='1.0.8')
)
libraryDependencies += "org.webjars.npm" % "ng-cookie" % "1.0.8"
[org.webjars.npm/ng-cookie "1.0.8"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : typescript jar [2.6.2,3)

Project Modules

There are no modules declared in this project.

This package is for angular 2/3/4/5

ng-cookie will be merge to ng-storage, Please refer https://github.com/wangta69/ng-storages

Installation

npm install ng-cookie
import { CookieService } from 'ng-cookie'
@NgModule({
  providers: [  CookieService ]
})
import { CookieService } from 'ng-cookie'

Versions

Version
1.0.8