@localia/ngx-cookie-consent
Version:
Angular module to display a cookie consent banner without other dependencies.
7 lines (6 loc) • 351 B
TypeScript
export * from './lib/config/cookie-detail.interface';
export * from './lib/config/cookie-item.interface';
export * from './lib/services/ngx-cookie-manager/ngx-cookie-manager.service';
export * from './lib/directives/if-consent/if-consent.directive';
export * from './lib/ngx-cookie-consent.component';
export * from './lib/ngx-cookie-consent.module';