@aakash58/chatbot 1.1.30 → 1.1.31

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.
@@ -5116,9 +5116,6 @@ function initializeApp() {
5116
5116
  const appConst = inject(AppConst);
5117
5117
  return () => appConst.load();
5118
5118
  }
5119
- function initializeAppConst(appConst) {
5120
- return () => appConst.load();
5121
- }
5122
5119
  function provideDoohbot() {
5123
5120
  return makeEnvironmentProviders([
5124
5121
  provideHttpClient(withInterceptorsFromDi()),
@@ -5126,7 +5123,6 @@ function provideDoohbot() {
5126
5123
  {
5127
5124
  provide: APP_INITIALIZER,
5128
5125
  useFactory: initializeApp,
5129
- deps: [AppConst],
5130
5126
  multi: true,
5131
5127
  },
5132
5128
  {
@@ -5238,5 +5234,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
5238
5234
  * Generated bundle index. Do not edit.
5239
5235
  */
5240
5236
 
5241
- export { Chips, DOOHBOT_API_CONFIG, DialogComponent, DialogService, Doohbot, DoohbotConst, DoohbotInput, DropdownMenu, MenuItem, SnackBar, initializeApp, initializeAppConst, provideDoohbot };
5237
+ export { Chips, DOOHBOT_API_CONFIG, DialogComponent, DialogService, Doohbot, DoohbotConst, DoohbotInput, DropdownMenu, MenuItem, SnackBar, initializeApp, provideDoohbot };
5242
5238
  //# sourceMappingURL=aakash58-chatbot.mjs.map