You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular CLI: 6.0.0
Node: 10.0.0
OS: darwin x64
Angular: 6.0.0
Repro steps
The log given by the failure
Desired functionality
In this moment once you answer the consent, the popup closes but an small tab with the title "Cookie Policy" is left. I need to close everything once is answered but there isn't a close method.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered:
Later, after i will add the missing CookieConsentService.close(showRevoke:boolean) method,
which does some additional checks + animations, before hiding the "Cookie Policy" element.
Then you can just replace toggleRevokeButton(show:boolean) with that method instead.
Bug Report or Feature Request (mark with an
x
)OS and Version?
Versions
Angular CLI: 6.0.0
Node: 10.0.0
OS: darwin x64
Angular: 6.0.0
Repro steps
The log given by the failure
Desired functionality
In this moment once you answer the consent, the popup closes but an small tab with the title "Cookie Policy" is left. I need to close everything once is answered but there isn't a close method.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: