@rx-signals/angular-provider
Advanced tools
Comparing version 3.0.0-rc8 to 3.0.0-rc9
@@ -7,2 +7,4 @@ import { PipeTransform } from '@angular/core'; | ||
* E.g., if `T = number | { a: string | { b: boolean } }`, you can use `value | pick:'a' | pick:'b'` to get `boolean | undefined`. | ||
* If your IDE complains about "Type argument cannot be inferred from usage", when using the pick-pipe, then fall back to | ||
* usage of toGetter-pipe and getKey-Pipe | ||
*/ | ||
@@ -9,0 +11,0 @@ export declare class PickPipe implements PipeTransform { |
{ | ||
"name": "@rx-signals/angular-provider", | ||
"version": "3.0.0-rc8", | ||
"version": "3.0.0-rc9", | ||
"description": "Angular provider for @rx-signals/store", | ||
@@ -29,3 +29,3 @@ "author": "Gerd Neudert", | ||
"@angular/core": ">=14.0.0", | ||
"@rx-signals/store": ">=3.0.0-rc35" | ||
"@rx-signals/store": ">=3.0.0-rc36" | ||
}, | ||
@@ -32,0 +32,0 @@ "dependencies": { |
export * from './lib/rx-signals-store.module'; | ||
export * from './lib/pipes/rxs-no-value-to-undefined.pipe'; | ||
export * from './lib/pipes/pick.pipe'; | ||
export * from './lib/pipes/to-getter.pipe'; | ||
export * from './lib/pipes/get-key.pipe'; | ||
export * from './lib/directives/rxs-validation.directive'; | ||
//# sourceMappingURL=public-api.d.ts.map |
@@ -7,3 +7,3 @@ # @rx-signals/angular-provider | ||
**`npm install --save @rx-signals/angular-provider@3.0.0-rc8`** | ||
**`npm install --save @rx-signals/angular-provider@3.0.0-rc9`** | ||
@@ -10,0 +10,0 @@ If you have not yet installed the _rx-signals_ store, please see [@rx-signals/store](https://github.com/gneu77/rx-signals#installation) documentation on how to install the latest 3.x version of that peer-dependency. |
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
127287
31
1059