@ngx-ssr/platform
Version:
Install package
19 lines • 1.4 kB
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { IfIsBrowserDirective } from './if-is-browser.directive';
import { IfIsServerDirective } from './if-is-server.directive';
import * as i0 from "@angular/core";
export class NgxSsrPlatformModule {
}
NgxSsrPlatformModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.8", ngImport: i0, type: NgxSsrPlatformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
NgxSsrPlatformModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.8", ngImport: i0, type: NgxSsrPlatformModule, declarations: [IfIsBrowserDirective, IfIsServerDirective], imports: [CommonModule], exports: [IfIsBrowserDirective, IfIsServerDirective] });
NgxSsrPlatformModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.8", ngImport: i0, type: NgxSsrPlatformModule, imports: [[CommonModule]] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.8", ngImport: i0, type: NgxSsrPlatformModule, decorators: [{
type: NgModule,
args: [{
imports: [CommonModule],
declarations: [IfIsBrowserDirective, IfIsServerDirective],
exports: [IfIsBrowserDirective, IfIsServerDirective],
}]
}] });
//# sourceMappingURL=ngx-ssr-platform.module.js.map