@schneideress/dashboardframework 0.0.143 → 0.0.144

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.
@@ -10,6 +10,7 @@ import { BrowserModule } from '@angular/platform-browser';
10
10
  import { HttpClientModule } from '@angular/common/http';
11
11
  import { CommonModule } from '@angular/common';
12
12
  import { RAUserControlModule } from '@schneideress/user-controls';
13
+ import { RACommonControlsModule } from '@schneideress/common-controls';
13
14
 
14
15
  /**
15
16
  * @fileoverview added by tsickle
@@ -7348,7 +7349,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
7348
7349
  NgxUiLoaderModule,
7349
7350
  NotifierModule.withConfig(customNotifierOptions),
7350
7351
  RACommonModule,
7351
- RAUserControlModule
7352
+ RAUserControlModule,
7353
+ RACommonControlsModule
7352
7354
  ],
7353
7355
  exports: [
7354
7356
  RADashboardArea