angular2-cookie-law-banner
Version:
Angular2+ component that provides a banner to inform users about cookie banner
11 lines (10 loc) • 688 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./angular2-cookie-law-banner.component";
import * as i2 from "./angular2-cookie-law-banner-container.component";
import * as i3 from "@angular/common";
export declare class CookieBannerModule {
constructor(parentModule: CookieBannerModule);
static ɵfac: i0.ɵɵFactoryDeclaration<CookieBannerModule, [{ optional: true; skipSelf: true; }]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CookieBannerModule, [typeof i1.CookieBannerComponent, typeof i2.CookieBannerContainerComponent], [typeof i3.CommonModule], [typeof i2.CookieBannerContainerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CookieBannerModule>;
}