iptdevs-design-system 3.1.955 → 3.1.956
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/esm2020/lib/components/components.module.mjs +5 -4
- package/fesm2015/iptdevs-design-system.mjs +4 -3
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +4 -3
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/components/components.module.d.ts +10 -9
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ import * as i2$1 from 'primeng/api';
|
|
|
8
8
|
import { MessageService } from 'primeng/api';
|
|
9
9
|
import * as i7$3 from 'primeng/tabview';
|
|
10
10
|
import { TabViewModule } from 'primeng/tabview';
|
|
11
|
+
import { BrowserModule } from '@angular/platform-browser';
|
|
11
12
|
import * as i1$1 from '@angular/forms';
|
|
12
13
|
import { Validators, FormsModule, ReactiveFormsModule, FormControl } from '@angular/forms';
|
|
13
14
|
import Swal from 'sweetalert2';
|
|
@@ -3276,7 +3277,7 @@ ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versio
|
|
|
3276
3277
|
CardCourseComponent,
|
|
3277
3278
|
CardSelectCourseComponent,
|
|
3278
3279
|
updateUserFormComponent], imports: [CommonModule,
|
|
3279
|
-
|
|
3280
|
+
BrowserModule,
|
|
3280
3281
|
FormsModule,
|
|
3281
3282
|
ReactiveFormsModule,
|
|
3282
3283
|
MaterialModule,
|
|
@@ -3308,7 +3309,7 @@ ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
3308
3309
|
CurrencyPipe,
|
|
3309
3310
|
TitleCasePipe
|
|
3310
3311
|
], imports: [CommonModule,
|
|
3311
|
-
|
|
3312
|
+
BrowserModule,
|
|
3312
3313
|
FormsModule,
|
|
3313
3314
|
ReactiveFormsModule,
|
|
3314
3315
|
MaterialModule,
|
|
@@ -3343,7 +3344,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
3343
3344
|
],
|
|
3344
3345
|
imports: [
|
|
3345
3346
|
CommonModule,
|
|
3346
|
-
|
|
3347
|
+
BrowserModule,
|
|
3347
3348
|
FormsModule,
|
|
3348
3349
|
ReactiveFormsModule,
|
|
3349
3350
|
MaterialModule,
|