@aakash58/chatbot 1.0.70 → 1.0.71
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.
|
@@ -1928,6 +1928,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
1928
1928
|
args: [ChatWindowComponent, { read: ElementRef }]
|
|
1929
1929
|
}] } });
|
|
1930
1930
|
|
|
1931
|
+
const DOOHBOT_API_URL = new InjectionToken('DOOHBOT_API_URL');
|
|
1932
|
+
|
|
1931
1933
|
/*
|
|
1932
1934
|
* Public API Surface of chatbot
|
|
1933
1935
|
*/
|
|
@@ -1937,5 +1939,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
1937
1939
|
* Generated bundle index. Do not edit.
|
|
1938
1940
|
*/
|
|
1939
1941
|
|
|
1940
|
-
export { Doohbot };
|
|
1942
|
+
export { AccountService, AuthService, ChatbotApiService, DOOHBOT_API_CONFIG, DOOHBOT_API_URL, Doohbot, DoohbotInput, appConst };
|
|
1941
1943
|
//# sourceMappingURL=aakash58-chatbot.mjs.map
|