21682acef6
feature (EJ2-67866):Need to update the Angular WebMail Show-Case samples to the latest version. |
||
---|---|---|
src | ||
.browserslistrc | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
angular.json | ||
license | ||
package.json | ||
tsconfig-aot.json | ||
tsconfig.app.json | ||
tsconfig.base.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
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.