5
Building a WYSIWYG Editor for the Desktop Using Electron
Web applications are traditionally built with HTML, CSS, and JavaScript. Their use has also widely spread to server development using Node.js. Various tools and frameworks have emerged in recent years that use HTML, CSS, and JavaScript to create applications for desktop and mobile. In this chapter, we will investigate how to create desktop applications using Angular and Electron.
Electron is a JavaScript framework used to build native desktop applications with web technologies. Combining it with the Angular framework allows us to create fast and highly performant web applications. In this chapter, we will build a desktop WYSIWYG editor and cover the following topics:
- Adding a WYSIWYG ...
Get Angular Projects - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.