@wizishop/angular-components 0.0.28 → 0.0.29

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.
@@ -3404,6 +3404,23 @@
3404
3404
  response: [{ type: i0.Output }]
3405
3405
  };
3406
3406
 
3407
+ var SnackbarModule = /** @class */ (function () {
3408
+ function SnackbarModule() {
3409
+ }
3410
+ return SnackbarModule;
3411
+ }());
3412
+ SnackbarModule.decorators = [
3413
+ { type: i0.NgModule, args: [{
3414
+ imports: [
3415
+ common.CommonModule,
3416
+ forms.FormsModule
3417
+ ],
3418
+ exports: [SnackbarComponent],
3419
+ declarations: [SnackbarComponent],
3420
+ providers: [],
3421
+ },] }
3422
+ ];
3423
+
3407
3424
  var components = [
3408
3425
  TagComponent,
3409
3426
  TabComponent,
@@ -3442,8 +3459,7 @@
3442
3459
  BlockComponent,
3443
3460
  WrapperComponent,
3444
3461
  FiltersComponent,
3445
- WrapperBlocsComponent,
3446
- SnackbarComponent
3462
+ WrapperBlocsComponent
3447
3463
  ];
3448
3464
  var exportsFromModule = [
3449
3465
  PaginationComponent,
@@ -3483,7 +3499,8 @@
3483
3499
  InputModule,
3484
3500
  LoaderModule,
3485
3501
  ProgressBarModule,
3486
- ngxPerfectScrollbar.PerfectScrollbarModule
3502
+ ngxPerfectScrollbar.PerfectScrollbarModule,
3503
+ SnackbarModule
3487
3504
  ],
3488
3505
  declarations: components,
3489
3506
  exports: __spread(components, exportsFromModule)
@@ -3558,6 +3575,7 @@
3558
3575
  exports.SharedComponentsModule = SharedComponentsModule;
3559
3576
  exports.SharedDirectives = SharedDirectives;
3560
3577
  exports.SnackbarComponent = SnackbarComponent;
3578
+ exports.SnackbarModule = SnackbarModule;
3561
3579
  exports.StateComponent = StateComponent;
3562
3580
  exports.SwitchComponent = SwitchComponent;
3563
3581
  exports.TabComponent = TabComponent;