@ngbracket/ngx-layout
Advanced tools
Comparing version 17.0.0 to 17.0.1
@@ -9,3 +9,3 @@ /** | ||
import { NgClass } from '@angular/common'; | ||
import { DoCheck, ElementRef, IterableDiffers, KeyValueDiffers, Renderer2 } from '@angular/core'; | ||
import { DoCheck, ElementRef, Renderer2 } from '@angular/core'; | ||
import { BaseDirective2, MediaMarshaller, StyleUtils } from '@ngbracket/ngx-layout/core'; | ||
@@ -21,3 +21,3 @@ import * as i0 from "@angular/core"; | ||
set klass(val: string); | ||
constructor(elementRef: ElementRef, styler: StyleUtils, marshal: MediaMarshaller, iterableDiffers: IterableDiffers, keyValueDiffers: KeyValueDiffers, renderer2: Renderer2, ngClassInstance: NgClass); | ||
constructor(elementRef: ElementRef, styler: StyleUtils, marshal: MediaMarshaller, renderer2: Renderer2, ngClassInstance: NgClass); | ||
protected updateWithValue(value: any): void; | ||
@@ -28,3 +28,3 @@ /** | ||
ngDoCheck(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ClassDirective, [null, null, null, null, null, null, { optional: true; self: true; }]>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ClassDirective, [null, null, null, null, { optional: true; self: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClassDirective, never, never, { "klass": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@ngbracket/ngx-layout", | ||
"version": "17.0.0", | ||
"version": "17.0.1", | ||
"exports": { | ||
@@ -32,2 +32,8 @@ "./mq": { | ||
}, | ||
"./extended": { | ||
"types": "./extended/index.d.ts", | ||
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs" | ||
}, | ||
"./flex": { | ||
@@ -45,8 +51,2 @@ "types": "./flex/index.d.ts", | ||
}, | ||
"./extended": { | ||
"types": "./extended/index.d.ts", | ||
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs" | ||
}, | ||
"./server": { | ||
@@ -53,0 +53,0 @@ "types": "./server/index.d.ts", |
@@ -5,3 +5,4 @@ This entrypoint consolidates the logic for running Flex Layout on the server. Because it uses Node.js | ||
xxxxxxxxxx import {NgModule} from '@angular/core';import {GridModule} from '@ngbracket/ngx-layout/grid';@NgModule(({ imports: [ ... other imports here GridModule, ]}))export class AppModule {}typescript | ||
The main export for this entrypoint, the `FlexLayoutServerModule`, can be imported into a server module | ||
file, e.g. `app.server.module.ts` as follows: | ||
@@ -8,0 +9,0 @@ ```typescript |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1647798