@lowcodeunit/applications-flow-common 1.33.185-lets-get-social-ish → 1.33.186-lets-get-social-ish

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,11 +1,11 @@
1
1
  import { FormsService } from './../../services/forms.service';
2
2
  import { Subscription } from 'rxjs';
3
3
  import { DynamicTabsModel } from './../../models/dynamic-tabs.model';
4
- import { AfterViewInit, ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core';
4
+ import { AfterViewInit, OnInit, ViewContainerRef } from '@angular/core';
5
5
  import { MatTabChangeEvent } from '@angular/material/tabs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class DynamicTabsComponent implements OnInit, AfterViewInit {
8
- protected componentFactoryResolver: ComponentFactoryResolver;
8
+ protected viewContainerRef: ViewContainerRef;
9
9
  protected formsService: FormsService;
10
10
  /**
11
11
  * Container used to display dynamic components
@@ -25,7 +25,7 @@ export declare class DynamicTabsComponent implements OnInit, AfterViewInit {
25
25
  * Components loaded as dynamic components
26
26
  */
27
27
  TabComponents: Array<DynamicTabsModel>;
28
- constructor(componentFactoryResolver: ComponentFactoryResolver, formsService: FormsService);
28
+ constructor(viewContainerRef: ViewContainerRef, formsService: FormsService);
29
29
  ngOnInit(): void;
30
30
  ngAfterViewInit(): void;
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.33.185-lets-get-social-ish",
3
+ "version": "1.33.186-lets-get-social-ish",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },