Introduction
Thank you for purchasing Chatvia - Angular 18 Responsive Chat App Template.
Chatvia is built with Angular 18 and Bootstrap 5.3.3 , SCSS with responsive with all devices and supported with Dark, light, RTL modes. You can change mode very quickly by doing a single change. It has design of one to one chat, group chat, contact, send files, online users, read and unread new messages from users, authentication pages and many more.
📁 Folder & Files Structure
├── Documentation ├── Chatvia ├── src ├── app ├── account ├── chat ├── core ├── app.component.html ├── app.component.scss ├── app.component.spec.ts ├── app.component.ts ├── app.module.ts ├── app-routing.module.ts ├── authUtils.ts ├── assets ├── fonts ├── i18n ├── images └── scss ├── custom ├── _variables.scss ├── _variables-dark.scss ├── angular-custom.scss ├── app.scss ├── bootstrap.scss └── icons.scss ├── dist ├── environments ├── favicon.ico ├── index.html ├── main.ts ├── polyfills.ts ├── styles.scss └── test.ts ├── .editorconfig ├── angular.json ├── git ├── karma.conf.js ├── package.json ├── package-lock.json ├── README.md ├── tsconfig.app.json ├── tsconfig.json ├── tsconfig.spec.json └── tslint.json