Tine Kondo
Tine Kondo
Hi @CarstenLeue , have you found a solution to get `ng-bootstrap` NOT included in your final umd bundle?
I'm the author of that PR on https://github.com/nrwl/nx/issues/5680 😇. I will submit a similar PR for the CLI, hoping it gets accepted as well. ^^ Cheers
@edetec: You mean you removed the `--aot` option? from `gulp serve:demo` task to have the problem solved? Can you share the **link to your discoveries** on angular problems related to...
ok thanks! i'll keep an eye on it
Hi @blasco the underlying `cookieconsent` library relies on client side cookies to determine whether or not user has given his consent. This information is stored as a cookie. I'm not...
Hi all, Sorry for the late response... The library is indeed automatically initialized in the constructor. This was intended for convenient reasons (to avoid the implicit call to `ccService.init()`) ,...
Hi @alo Thanks for creating the issue. However can you elaborate on the exact problem your are facing with this library and universal? i mean: what command did you run?...
Waiting for https://github.com/osano/cookieconsent/pull/734 to be merged and v4 to be released, so I can add this option on `ngx-cookieconsent`...
Hi @Kenji94 , I've just tested with your config on latest version of Angular (v9.1.0) and never encountered this error... I'm afraid there is not much i can do at...
Hi @Fluuub , This is a valid request indeed. Have you try **overriding the HTML** element that defines that link? (via [link](https://github.com/tinesoft/ngx-cookieconsent/blob/5f2ba0eea33f2ac517c52b59945d998c9321b806/src/model/html-elements.ts#L19) sub-property of [elements](https://github.com/tinesoft/ngx-cookieconsent/blob/5f2ba0eea33f2ac517c52b59945d998c9321b806/src/service/cookieconsent-config.ts#L44) property inside **NgcCookieConsentConfig** object)? ```...