@posiwise/admin-module 0.0.135 → 0.0.137

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,9 +1,9 @@
1
- import { Injector, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
3
  import { AdminService } from '@posiwise/admin-module-utils';
4
4
  import { AppBaseComponent } from '@posiwise/app-base-component';
5
5
  import * as i0 from "@angular/core";
6
- export declare class MailerDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
6
+ export declare class MailerDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewInit {
7
7
  private adminService;
8
8
  form: UntypedFormGroup;
9
9
  submitted: boolean;
@@ -48,6 +48,7 @@ export declare class MailerDetailsComponent extends AppBaseComponent implements
48
48
  isLoading: boolean;
49
49
  subscriptionId: number;
50
50
  constructor(adminService: AdminService, injector: Injector);
51
+ ngAfterViewInit(): void;
51
52
  ngOnInit(): void;
52
53
  get f(): {
53
54
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.135",
3
+ "version": "0.0.137",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",