@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.
- package/bundles/eqproject-eqp-dynamic-module.umd.js +4 -5
- package/bundles/eqproject-eqp-dynamic-module.umd.js.map +1 -1
- package/bundles/eqproject-eqp-dynamic-module.umd.min.js +2 -2
- package/bundles/eqproject-eqp-dynamic-module.umd.min.js.map +1 -1
- package/eqproject-eqp-dynamic-module.metadata.json +1 -1
- package/esm2015/lib/eqp-dynamic-module.module.js +1 -3
- package/esm5/lib/eqp-dynamic-module.module.js +1 -3
- package/fesm2015/eqproject-eqp-dynamic-module.js +0 -2
- package/fesm2015/eqproject-eqp-dynamic-module.js.map +1 -1
- package/fesm5/eqproject-eqp-dynamic-module.js +0 -2
- package/fesm5/eqproject-eqp-dynamic-module.js.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|