@aakash58/chatbot 1.0.92 → 1.0.93
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/fesm2022/aakash58-chatbot.mjs +3 -1
- package/fesm2022/aakash58-chatbot.mjs.map +1 -1
- package/index.d.ts +65 -53
- package/package.json +1 -1
|
@@ -17,11 +17,13 @@ import { FormsModule } from '@angular/forms';
|
|
|
17
17
|
import { Subject, throwError, timer, of, delay, retry as retry$1, map as map$1, catchError as catchError$1, firstValueFrom, Observable, tap } from 'rxjs';
|
|
18
18
|
import * as i1$4 from '@angular/common/http';
|
|
19
19
|
import { HttpClient, HttpHeaders, HttpErrorResponse, provideHttpClient, HTTP_INTERCEPTORS, withInterceptorsFromDi } from '@angular/common/http';
|
|
20
|
+
export { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
20
21
|
import { timeout, map, catchError, retry } from 'rxjs/operators';
|
|
21
22
|
import * as CryptoJS from 'crypto-js';
|
|
22
23
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
23
24
|
import * as i1$5 from '@angular/router';
|
|
24
25
|
import { bootstrapApplication } from '@angular/platform-browser';
|
|
26
|
+
export { bootstrapApplication } from '@angular/platform-browser';
|
|
25
27
|
|
|
26
28
|
const appConst = {
|
|
27
29
|
//LIVE ASSETS
|
|
@@ -3420,5 +3422,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
3420
3422
|
* Generated bundle index. Do not edit.
|
|
3421
3423
|
*/
|
|
3422
3424
|
|
|
3423
|
-
export { AccountService, AuthService, ChatButtonComponent, ChatFacadeService, ChatHistoryService, ChatHistorySidebarComponent, ChatWindowComponent, ChatbotApiService, Chips, DOOHBOT_API_CONFIG, DOOHBOT_API_URL, DOOHBOT_INITIALIZER, DialogComponent, DialogService, Doohbot, DoohbotInput, DraggableDialogDirective, DropdownMenu, FullscreenDirective, LocalStorageService, MenuItem, MessageInputComponent, MessageListComponent, PopoutWindowDirective, PredefinedMessages, ResizableDialogDirective, SnackBar, StorageService, ThemeService, appConst, initializeApp, provideStorage };
|
|
3425
|
+
export { AccountService, AuthInterceptor, AuthService, ChatButtonComponent, ChatFacadeService, ChatHistoryService, ChatHistorySidebarComponent, ChatWindowComponent, ChatbotApiService, Chips, DOOHBOT_API_CONFIG, DOOHBOT_API_URL, DOOHBOT_INITIALIZER, DialogComponent, DialogService, Doohbot, DoohbotInput, DraggableDialogDirective, DropdownMenu, FullscreenDirective, LocalStorageService, MenuItem, MessageInputComponent, MessageListComponent, PopoutWindowDirective, PredefinedMessages, ResizableDialogDirective, SnackBar, StorageService, ThemeService, appConst, initializeApp, provideStorage };
|
|
3424
3426
|
//# sourceMappingURL=aakash58-chatbot.mjs.map
|