Add new components for AI and tutorials, update routing, and enhance file upload functionality

This commit is contained in:
liosha84
2025-08-04 10:38:46 +03:00
parent 18c6906637
commit 483d029952
206 changed files with 2362 additions and 1199 deletions
+8
View File
@@ -2,6 +2,14 @@ import {environment} from '../environments/environment';
export class GlobalConstants {
public static readonly TITLE = (() => {
return environment.title;
})();
public static readonly DEFAULT_PAGE = (() => {
return environment.default_page;
})();
public static readonly API_URL = (() => {
// ... calculate the value and return it