@zambon-dev/framework 1.3.0 → 1.3.1

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.
@@ -10,6 +10,8 @@ export declare class CustomReuseStrategy implements RouteReuseStrategy {
10
10
  tabService?: TabService;
11
11
  private applicationRef;
12
12
  private cachedHandles;
13
+ private componentIDs;
14
+ private nextComponentID;
13
15
  clearAllHandles(): void;
14
16
  clearHandle(url: string): void;
15
17
  retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | null;
@@ -18,5 +20,7 @@ export declare class CustomReuseStrategy implements RouteReuseStrategy {
18
20
  shouldReuseRoute(future: ActivatedRouteSnapshot, current: ActivatedRouteSnapshot): boolean;
19
21
  store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandle): void;
20
22
  private getCacheKey;
23
+ private getComponentID;
24
+ private getRouteDepth;
21
25
  private getUrlFromRoute;
22
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zambon-dev/framework",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Angular framework components and infrastructure for Zambon applications.",
5
5
  "keywords": [
6
6
  "angular",