@eqproject/eqp-dynamic-module 0.0.9 → 0.0.10
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 +5 -4
- 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 +3 -1
- package/esm5/lib/eqp-dynamic-module.module.js +3 -1
- package/fesm2015/eqproject-eqp-dynamic-module.js +2 -0
- package/fesm2015/eqproject-eqp-dynamic-module.js.map +1 -1
- package/fesm5/eqproject-eqp-dynamic-module.js +2 -0
- package/fesm5/eqproject-eqp-dynamic-module.js.map +1 -1
- package/package.json +1 -1
|
@@ -43,6 +43,7 @@ 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';
|
|
46
47
|
|
|
47
48
|
var Context = /** @class */ (function () {
|
|
48
49
|
function Context() {
|
|
@@ -3680,6 +3681,7 @@ var EqpDynamicModuleModule = /** @class */ (function () {
|
|
|
3680
3681
|
SpinnerComponent,
|
|
3681
3682
|
],
|
|
3682
3683
|
imports: [
|
|
3684
|
+
BrowserModule,
|
|
3683
3685
|
MaterialModule,
|
|
3684
3686
|
FormsModule,
|
|
3685
3687
|
CommonModule,
|