taxtank-core 0.33.3 → 0.33.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.3",
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>;