Chapter 6. Creating an Angular Application
Depending on your use case, you may think that creating your own UI from scratch is what you need. And you may be right! Thanks to Alfresco APIs, you have a lot of options. In this chapter, we'll talk about the new Alfresco Development Framework (ADF) and how we can create a new Angular application.
By the end of this chapter, you will know how to do the following:
- Use the new Alfresco JavaScript library
- Create a new Angular application using Yeoman
- Discover all the out-of-the-box components provided by this framework
It is important to note that this chapter is based on the latest published version (at the time of writing) of the Alfresco Developer Framework, that is, 1.0.1. This version is not suitable for a production use. You may ask why it has been integrated into this book if we can't use it. Well, this is because I'm deeply convinced that this framework is going to be used by a very wide community. For this reason, I...