@wizishop/angular-components 14.4.46 → 14.4.48

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.
@@ -1,8 +1,7 @@
1
1
  import { Location } from '@angular/common';
2
- import { OnInit } from '@angular/core';
3
2
  import { Router } from '@angular/router';
4
3
  import * as i0 from "@angular/core";
5
- export declare class HeaderPageComponent implements OnInit {
4
+ export declare class HeaderPageComponent {
6
5
  private router;
7
6
  private location;
8
7
  private history;
@@ -12,7 +11,6 @@ export declare class HeaderPageComponent implements OnInit {
12
11
  center: boolean;
13
12
  useHistory: boolean;
14
13
  constructor(router: Router, location: Location);
15
- ngOnInit(): void;
16
14
  back(): void;
17
15
  private redirect;
18
16
  private redirectToExternalLink;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.46",
3
+ "version": "14.4.48",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",