@rxap/layout 12.2.2 → 12.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,3 +9,8 @@ export declare class ReplaceRouterPathsPipe implements PipeTransform {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceRouterPathsPipe, never>;
10
10
  static ɵpipe: i0.ɵɵPipeDeclaration<ReplaceRouterPathsPipe, "replaceRouterPaths">;
11
11
  }
12
+ export declare class ReplaceRouterPathsPipeModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceRouterPathsPipeModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ReplaceRouterPathsPipeModule, [typeof ReplaceRouterPathsPipe], never, [typeof ReplaceRouterPathsPipe]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<ReplaceRouterPathsPipeModule>;
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/layout",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "bugs": {
5
5
  "url": "https://gitlab.com/rxap/packages/-/issues",
6
6
  "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"