@eqproject/eqp-dynamic-module 0.0.10 → 0.0.11

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.
@@ -43,7 +43,6 @@ import { PickerModeEnum, EqpDatetimepickerModule } from '@eqproject/eqp-datetime
43
43
  import { EqpImgDrawingModule } from '@eqproject/eqp-img-drawing';
44
44
  import { EqpFiltersModule } from '@eqproject/eqp-filters';
45
45
  import { EqpNumericInputMode, EqpNumericModule } from '@eqproject/eqp-numeric';
46
- import { BrowserModule } from '@angular/platform-browser';
47
46
 
48
47
  var Context = /** @class */ (function () {
49
48
  function Context() {
@@ -3681,7 +3680,6 @@ var EqpDynamicModuleModule = /** @class */ (function () {
3681
3680
  SpinnerComponent,
3682
3681
  ],
3683
3682
  imports: [
3684
- BrowserModule,
3685
3683
  MaterialModule,
3686
3684
  FormsModule,
3687
3685
  CommonModule,