UNPKG

@localia/ngx-cookie-consent

Version:

Angular module to display a cookie consent banner without other dependencies.

9 lines (8 loc) 186 B
export interface CustomLanguageConfig { languageKey: string; languageName: string; customIconPath: string | null; translations: { [key: string]: string; }; }