This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.
Перейти к файлу
Sivakumar 21682acef6
Merge pull request #9 from SenthilarasuBalu/master
feature (EJ2-67866):Need to update the Angular WebMail Show-Case samples to the latest version.
2023-01-31 12:35:55 +05:30
src feature(EJ2-67866): Required styles added. 2023-01-30 18:06:06 +05:30
.browserslistrc Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30
.editorconfig Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30
.gitignore Updated the CSS files 2018-03-20 12:56:01 +05:30
README.md Updated the README.md file 2018-03-09 19:26:25 +05:30
angular.json Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30
license Added the sample into the repository 2018-03-07 18:14:36 +05:30
package.json feature (EJ2-67866):Need to update the Angular WebMail Show-Case samples to the latest version 2023-01-24 17:37:21 +05:30
tsconfig-aot.json Added the sample into the repository 2018-03-07 18:14:36 +05:30
tsconfig.app.json Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30
tsconfig.base.json Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30
tsconfig.json Update the showcase sample styles. 2021-10-03 07:34:48 +05:30
tsconfig.spec.json Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30
tslint.json Showcase sample updated with latest styles. 2021-04-19 15:49:33 +05:30

README.md

Essential JS 2 for Angular - Webmail

This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.

Deployment

Install

To install all dependent packages, use the below command

npm install

Run

To run the sample, use the below command

ng serve

Demo

https://ej2.syncfusion.com/showcase/angular/webmail/

Check all the showcase samples from here.