Summary
In this chapter, we built a WYSIWYG editor for the desktop using Angular and Electron. Initially, we created an Angular application and added ngx-wig
, a popular Angular WYSIWYG library. Then, we learned how to build an Electron application and implemented a communication mechanism for exchanging data between the Angular application and the Electron application. Finally, we learned how to bundle our application for packaging and getting it ready for distribution.
In the next chapter, we will learn how to build a mobile photo geotagging application with Angular and Ionic.