ngx-dsxlibrary 2.21.24 → 2.21.25

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.
@@ -12,7 +12,7 @@ import { CountUpDirective } from 'ngx-countup';
12
12
  import * as i1$2 from 'primeng/dialog';
13
13
  import { DialogModule } from 'primeng/dialog';
14
14
  import * as i1$3 from '@angular/platform-browser';
15
- import { Router } from '@angular/router';
15
+ import { Router, RouterLink } from '@angular/router';
16
16
  import * as i1$6 from 'primeng/button';
17
17
  import { Button, ButtonModule } from 'primeng/button';
18
18
  import * as i1$4 from 'primeng/tooltip';
@@ -4615,12 +4615,17 @@ function createInitialCache(cacheKeys) {
4615
4615
 
4616
4616
  class DsxAddToolsModule {
4617
4617
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4618
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, imports: [IconDsxComponent, JsonValuesDebujComponent], exports: [CommonModule,
4618
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, imports: [DsxButtonComponent,
4619
+ IconDsxComponent,
4620
+ JsonValuesDebujComponent,
4621
+ RouterLink], exports: [CommonModule,
4622
+ DsxButtonComponent,
4619
4623
  FormsModule,
4620
4624
  IconDsxComponent,
4621
4625
  JsonValuesDebujComponent,
4622
- ReactiveFormsModule] });
4623
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, imports: [CommonModule,
4626
+ ReactiveFormsModule,
4627
+ RouterLink] });
4628
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, imports: [DsxButtonComponent, CommonModule,
4624
4629
  FormsModule,
4625
4630
  ReactiveFormsModule] });
4626
4631
  }
@@ -4628,13 +4633,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
4628
4633
  type: NgModule,
4629
4634
  args: [{
4630
4635
  declarations: [],
4631
- imports: [IconDsxComponent, JsonValuesDebujComponent],
4636
+ imports: [
4637
+ DsxButtonComponent,
4638
+ IconDsxComponent,
4639
+ JsonValuesDebujComponent,
4640
+ RouterLink,
4641
+ ],
4632
4642
  exports: [
4633
4643
  CommonModule,
4644
+ DsxButtonComponent,
4634
4645
  FormsModule,
4635
4646
  IconDsxComponent,
4636
4647
  JsonValuesDebujComponent,
4637
4648
  ReactiveFormsModule,
4649
+ RouterLink,
4638
4650
  ],
4639
4651
  providers: [],
4640
4652
  }]