Skip to content

Commit 3b254ce

Browse files
author
marker dao ®
committed
fix(demos): Move files to the ai folder
1 parent 299799f commit 3b254ce

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

apps/demos/Demos/Chat/AIAndChatbotIntegration/Angular/app/ai.service.ts renamed to apps/demos/Demos/Chat/AIAndChatbotIntegration/Angular/app/ai/ai.service.ts

File renamed without changes.

apps/demos/Demos/Chat/AIAndChatbotIntegration/Angular/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
77
import { loadMessages } from 'devextreme-angular/common/core/localization';
88
import { DataSource } from 'devextreme-angular/common/data';
99
import { AppService } from './app.service';
10-
import { AiService } from './ai.service';
10+
import { AiService } from './ai/ai.service';
1111

1212
if (!/localhost/.test(document.location.host)) {
1313
enableProdMode();

apps/demos/Demos/Chat/AIAndChatbotIntegration/Angular/app/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import rehypeStringify from 'rehype-stringify';
77
import rehypeMinifyWhitespace from 'rehype-minify-whitespace';
88
import { type DxChatTypes } from 'devextreme-angular/ui/chat';
99
import { DataSource, CustomStore } from 'devextreme-angular/common/data';
10-
import { AiService } from './ai.service';
10+
import { AiService } from './ai/ai.service';
1111

1212
@Injectable({
1313
providedIn: 'root',

apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/ai.service.ts renamed to apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/ai/ai.service.ts

File renamed without changes.

apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Component, enableProdMode, provideZoneChangeDetection } from '@angular/
33
import { DxHtmlEditorModule, type DxHtmlEditorTypes } from 'devextreme-angular/ui/html-editor';
44
import type { AIIntegration } from 'devextreme-angular/common/ai-integration';
55
import { Service } from './app.service';
6-
import { AiService } from './ai.service';
6+
import { AiService } from './ai/ai.service';
77

88
if (!/localhost/.test(document.location.host)) {
99
enableProdMode();

0 commit comments

Comments
 (0)