UNPKG

@obliczeniowo/elementary

Version:
34 lines (29 loc) 1.3 kB
import * as i0 from '@angular/core'; import { TemplateRef, ViewContainerRef } from '@angular/core'; declare class SsrService { private platformId; constructor(platformId: any); isBrowser(): boolean; isServer(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<SsrService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SsrService>; } declare class SsrExcludeDirective { private platformId; private templateRef; private viewContainer; constructor(platformId: any, templateRef: TemplateRef<any>, viewContainer: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SsrExcludeDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SsrExcludeDirective, "[oblSsrExclude]", never, {}, {}, never, never, true, never>; } declare class BsrExcludeDirective { private platformId; private templateRef; private viewContainer; constructor(platformId: any, templateRef: TemplateRef<any>, viewContainer: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<BsrExcludeDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<BsrExcludeDirective, "[oblBsrExclude]", never, {}, {}, never, never, true, never>; } export { BsrExcludeDirective, SsrExcludeDirective, SsrService };