Jurgen Van de Moere
Jurgen Van de Moere
I think Angular 2 parses the stylesheets (instead of linking to the original stylesheets) to be able to namespace them. See [this plunk](http://plnkr.co/edit/xF5QD4ZzjEJbB4WobAop?p=preview) to see how Angular namespaces the component...
@zauker — The current version does not support custom cookie names. It does indeed always take the form of `angular-consent.name`. In what use cases do you need to provide a...
Thanks @PhilippSchreiber, I didn't have plans to do so, but I'll have a look at the [original contentful management library](https://github.com/contentful/contentful-management.js) to see how much work it would take me. Would...
@p3sn — Great question! Have you already tried this? ``` html {{ $contentfulEntry | json }} ``` Can you let us know how it goes? Thanks!
@p3sn — Awesome, great to hear it worked. Can you give more details about your new question? Do you mean your "pages" are content entries in Contentful? And do you...
@allanweir — Awesome, great work! Can you provide an example of how to consume this method? Thanks again!
@allanweir — Fantastic, thank you! I will try out your example locally and see if everything works as expected before merging into master. Thanks again for your great work!
@allanweir — Thank you for your great contribution. It would be awesome if you could add documentation to the README file so I can merge your PR. Thanks again 👍
@Heytel Can you please provide a plunk so we can have a look at what is happening? Thanks in advance!