@vgroup/dialbox 0.0.12 → 0.0.14

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.
@@ -9,7 +9,7 @@ import { catchError, switchMap, map } from 'rxjs/operators';
9
9
  import * as i3$2 from '@angular/material/dialog';
10
10
  import { MAT_DIALOG_DATA } from '@angular/material/dialog';
11
11
  import * as i5 from '@angular/router';
12
- import { RouterLink } from '@angular/router';
12
+ import { RouterLink, RouterModule } from '@angular/router';
13
13
  import * as i3 from '@angular/common';
14
14
  import { CommonModule } from '@angular/common';
15
15
  import * as i3$1 from '@angular/forms';
@@ -3045,14 +3045,16 @@ DialboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
3045
3045
  FormsModule,
3046
3046
  ReactiveFormsModule,
3047
3047
  HttpClientModule,
3048
- RouterLink], exports: [DialboxComponent,
3048
+ RouterLink,
3049
+ RouterModule], exports: [DialboxComponent,
3049
3050
  CallProgressComponent,
3050
3051
  CallerIdDialogComponent,
3051
3052
  IncomingCallComponent] });
3052
3053
  DialboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialboxModule, imports: [CommonModule,
3053
3054
  FormsModule,
3054
3055
  ReactiveFormsModule,
3055
- HttpClientModule] });
3056
+ HttpClientModule,
3057
+ RouterModule] });
3056
3058
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialboxModule, decorators: [{
3057
3059
  type: NgModule,
3058
3060
  args: [{
@@ -3067,7 +3069,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3067
3069
  FormsModule,
3068
3070
  ReactiveFormsModule,
3069
3071
  HttpClientModule,
3070
- RouterLink
3072
+ RouterLink,
3073
+ RouterModule
3071
3074
  ],
3072
3075
  exports: [
3073
3076
  DialboxComponent,
@@ -3080,20 +3083,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3080
3083
 
3081
3084
  /*
3082
3085
  * Public API Surface of dialbox
3083
- */
3084
- // export * from './lib/components/dialpad/dialpad.component';
3085
- // export * from './lib/components/dial-button/dial-button.component';
3086
- // // Services
3087
- // export * from './lib/components/services/dialer.service';
3088
- // export * from './lib/components/services/call-handler.service';
3089
- // // Models
3090
- // export * from './lib/components/models/call.interface';
3091
- // export * from './lib/components/models/dialer-options.interface';
3092
- // // Utils
3093
- // export * from './lib/components/utils/phone-validator.util';
3094
- // export * from './lib/components/utils/format-phone.util';
3095
- // // Module
3096
- // export * from './lib/dialbox.module';
3086
+ */
3097
3087
 
3098
3088
  /**
3099
3089
  * Generated bundle index. Do not edit.