Thank you for purchasing AI VONEX - Angular js Chat App Template.
AI VONEX is built with Bootstrap 5.3.8 and Angular Js 20.3.0, SCSS with responsive with tablet and desktop view and light, Neumorphism Effects. You can change mode very quickly by doing a single change. It has many features like chat, send files, New Chat, AOS animation, typed-writer effects new messages from users, authentication pages and many more.
src/
├── app/
│
│ ├── core/
│ │ ├── models/
│ │ │ ├── confirmation-modal/
│ │ │ ├── save-edit-modal/
│ │ │ └── switch-theme-canvas/
│ │ │
│ │ └── services/
│ │ ├── chat.service.ts
│ │ ├── localstorage.service.ts
│ │ ├── storage.service.ts
│ │ ├── theme.service.ts
│ │ └── toast.service.ts
│ │
│ ├── documentation/
│ │
│ ├── features/
│ │ ├── auth/
│ │ │ ├── login/
│ │ │ ├── signup/
│ │ │ └── reset/
│ │ │
│ │ ├── chat/
│ │ │
│ │ ├── dashboard/
│ │ │
│ │ └── landing-page/
│ │
│ ├── layout/
│ │ ├── header/
│ │ ├── sidebar/
│ │ ├── layout.html
│ │ ├── layout.scss
│ │ └── layout.ts
│ │
│ ├── shared/
│ │ ├── components/
│ │ │ ├── check-field/
│ │ │ ├── custom-loader/
│ │ │ ├── input-field/
│ │ │ ├── search/
│ │ │ ├── theme-toggle/
│ │ │ └── toast-container/
│ │ │
│ │ ├── constants/
│ │ │ ├── svgIcons.ts
| | | ├── title-content.ts
│ │ │
│ │ ├── directives/
│ │ │ └── smoothScroll.directive.ts
│ │ │
│ │ ├── pipes/
│ │ │ ├── chat-date.pipe.ts
│ │ │ └── safe-html.pipe.ts
│ │ │
│ │ └── title-content.ts
│ │
│ ├── app.config.server.ts
│ ├── app.config.ts
│ ├── app.html
│ ├── app.routes.server.ts
│ ├── app.routes.ts
│ ├── app.scss
│ ├── app.spec.ts
│ └── app.ts
│
├── assets/
│
├── index.html
├── main.server.ts
├── main.ts
├── server.ts
└── styles.scss
The application supports multiple UI themes.
Theme preferences are stored in localStorage and automatically restored on reload.
git clone "repository-url"
cd ai-vonex
npm install
ng serve
Developed by Tanvex
This project is licensed for personal and commercial usage.