@abp/ng.core 10.1.0-rc.1 → 10.1.0-rc.2

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.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@abp/ng.core",
3
- "version": "10.1.0-rc.1",
3
+ "version": "10.1.0-rc.2",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/abpframework/abp.git"
8
8
  },
9
9
  "dependencies": {
10
- "@abp/utils": "~10.1.0-rc.1",
10
+ "@abp/utils": "~10.1.0-rc.2",
11
11
  "just-clone": "^6.0.0",
12
12
  "just-compare": "^2.0.0",
13
13
  "ts-toolbelt": "^9.0.0",
@@ -2429,6 +2429,7 @@ declare class ForDirective implements OnChanges {
2429
2429
  compareBy?: CompareFn;
2430
2430
  emptyRef?: TemplateRef<any>;
2431
2431
  private differ;
2432
+ private lastItemsRef;
2432
2433
  private isShowEmptyRef;
2433
2434
  get compareFn(): CompareFn;
2434
2435
  get trackByFn(): TrackByFunction<any>;
@@ -2687,6 +2688,7 @@ declare class PermissionGuard implements IAbpGuard {
2687
2688
  protected readonly authService: AuthService;
2688
2689
  protected readonly permissionService: PermissionService;
2689
2690
  protected readonly httpErrorReporter: HttpErrorReporterService;
2691
+ protected readonly configStateService: ConfigStateService;
2690
2692
  canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean | UrlTree>;
2691
2693
  static ɵfac: i0.ɵɵFactoryDeclaration<PermissionGuard, never>;
2692
2694
  static ɵprov: i0.ɵɵInjectableDeclaration<PermissionGuard>;