BCJTI / ng2-cookies

Simple library to deal with cookies in Angular2
64 stars 31 forks source link

No need for any configurations to make library work #31

Closed poulad closed 7 years ago

poulad commented 7 years ago

I added the lib to a fresh Angular project generated using angular-cli. There was no need to change any configuration files as mentioned in README.MD file.

Issuing this command in the project root is enough to add the library: npm install ng2-cookies --save

Bigous commented 7 years ago

All right, to this to work properly we should change the build to generate a umd bundle. We are very busy lately, but I'll find some time to do this.

Bigous commented 7 years ago

Hi @pouladpld, as I think all the people are using the new version of angular-cli, I think we can close this issue. Thankyou very much