@banta/sdk 4.7.13 → 4.7.14
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/fesm2020/banta-sdk.mjs
CHANGED
|
@@ -18,7 +18,6 @@ import * as i4 from '@angular/material/progress-spinner';
|
|
|
18
18
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
19
19
|
import * as i6 from '@angular/material/button';
|
|
20
20
|
import { MatButtonModule } from '@angular/material/button';
|
|
21
|
-
import { TimerPool as TimerPool$1 } from 'projects/sdk/src/lib/common/timer-pool.service';
|
|
22
21
|
import * as i4$1 from '@angular/forms';
|
|
23
22
|
import { FormsModule } from '@angular/forms';
|
|
24
23
|
import * as i6$1 from '@angular/material/form-field';
|
|
@@ -606,7 +605,7 @@ class BantaCommonModule {
|
|
|
606
605
|
return {
|
|
607
606
|
ngModule: BantaCommonModule,
|
|
608
607
|
providers: [
|
|
609
|
-
TimerPool
|
|
608
|
+
TimerPool
|
|
610
609
|
]
|
|
611
610
|
};
|
|
612
611
|
}
|