@ngbracket/ngx-layout
Advanced tools
Comparing version 16.1.3 to 17.0.0
@@ -21,5 +21,5 @@ /** | ||
useFactory: typeof removeStyles; | ||
deps: InjectionToken<Object>[]; | ||
deps: InjectionToken<Document>[]; | ||
multi: boolean; | ||
}; | ||
export declare const CLASS_NAME = "flex-layout-"; |
{ | ||
"name": "@ngbracket/ngx-layout", | ||
"version": "16.1.3", | ||
"version": "17.0.0", | ||
"exports": { | ||
@@ -38,2 +38,8 @@ "./mq": { | ||
}, | ||
"./grid": { | ||
"types": "./grid/index.d.ts", | ||
"esm2022": "./esm2022/grid/ngbracket-ngx-layout-grid.mjs", | ||
"esm": "./esm2022/grid/ngbracket-ngx-layout-grid.mjs", | ||
"default": "./fesm2022/ngbracket-ngx-layout-grid.mjs" | ||
}, | ||
"./extended": { | ||
@@ -45,8 +51,2 @@ "types": "./extended/index.d.ts", | ||
}, | ||
"./grid": { | ||
"types": "./grid/index.d.ts", | ||
"esm2022": "./esm2022/grid/ngbracket-ngx-layout-grid.mjs", | ||
"esm": "./esm2022/grid/ngbracket-ngx-layout-grid.mjs", | ||
"default": "./fesm2022/ngbracket-ngx-layout-grid.mjs" | ||
}, | ||
"./server": { | ||
@@ -86,6 +86,6 @@ "types": "./server/index.d.ts", | ||
"peerDependencies": { | ||
"@angular/cdk": ">=16.0.0", | ||
"@angular/core": ">=16.0.0", | ||
"@angular/common": ">=16.0.0", | ||
"@angular/platform-browser": ">=16.0.0", | ||
"@angular/cdk": ">=17.0.0", | ||
"@angular/core": ">=17.0.0", | ||
"@angular/common": ">=17.0.0", | ||
"@angular/platform-browser": ">=17.0.0", | ||
"rxjs": "^6.5.3 || ^7.8.0" | ||
@@ -100,2 +100,2 @@ }, | ||
"sideEffects": false | ||
} | ||
} |
@@ -24,2 +24,3 @@ # @ngbracket/ngx-layout | ||
```ts | ||
import { FlexLayoutModule } from '@ngbracket/ngx-layout'; | ||
@@ -26,0 +27,0 @@ ... |
@@ -5,4 +5,3 @@ This entrypoint consolidates the logic for running Flex Layout on the server. Because it uses Node.js | ||
The main export for this entrypoint, the `FlexLayoutServerModule`, can be imported into a server module | ||
file, e.g. `app.server.module.ts` as follows: | ||
xxxxxxxxxx import {NgModule} from '@angular/core';import {GridModule} from '@ngbracket/ngx-layout/grid';@NgModule(({ imports: [ ... other imports here GridModule, ]}))export class AppModule {}typescript | ||
@@ -9,0 +8,0 @@ ```typescript |
@@ -23,5 +23,5 @@ import { BreakPoint, MediaMarshaller, StylesheetMap, ɵMatchMedia as MatchMedia } from '@ngbracket/ngx-layout/core'; | ||
export declare const SERVER_PROVIDERS: ({ | ||
provide: import("@angular/core").InjectionToken<(() => void | Promise<void>)[]>; | ||
provide: import("@angular/core").InjectionToken<readonly (() => void | Promise<void>)[]>; | ||
useFactory: typeof FLEX_SSR_SERIALIZER_FACTORY; | ||
deps: (import("@angular/core").InjectionToken<Document> | typeof StylesheetMap | typeof MatchMedia | typeof MediaMarshaller | Optional[])[]; | ||
deps: (typeof MatchMedia | import("@angular/core").InjectionToken<Document> | typeof StylesheetMap | typeof MediaMarshaller | Optional[])[]; | ||
multi: boolean; | ||
@@ -28,0 +28,0 @@ useValue?: undefined; |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44
1648992