Fluuub

Results 2 comments of Fluuub

Thanks tinesoft, but unfortunate... Just tried to change elements.messagelink w/ your suggestion but routerLink is just ignored...

Hey! I found this hack... This is quite ugly, but it works... ``` const cookieConfig:NgcCookieConsentConfig = { cookie: {domain: 'localhost'}, elements: {messagelink: ` {{message}}  {{link}} `} }; this.ccService.init (cookieConfig); document.getElementById('cookieconsent:link').addEventListener('click',...