taxtank-core 0.33.4 → 0.33.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.4",
3
+ "version": "0.33.5",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -1,5 +1,3 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
1
  import * as i0 from "@angular/core";
4
2
  import * as i1 from "@angular/common";
5
3
  import * as i2 from "./interceptors/interceptors.module";
@@ -7,7 +5,6 @@ import * as i2 from "./interceptors/interceptors.module";
7
5
  * https://angular.io/guide/creating-libraries
8
6
  */
9
7
  export declare class CoreModule {
10
- static forRoot(environment: object): ModuleWithProviders<CommonModule>;
11
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
12
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.CommonModule, typeof i2.InterceptorsModule], never>;
13
10
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;