10 Moving On

WHAT YOU WILL LEARN IN THIS CHAPTER:            

  • Extending AngularJS with popular frameworks
  • Using the Angular-UI Bootstrap module
  • Building hybrid mobile apps with Ionic
  • Manipulating dates using MomentJS
  • Initializing and validating data with MongooseJS
  • Using AngularJS and ECMAScript 6 (Harmony)

WROX.COM CODE DOWNLOADS FOR THIS CHAPTER

You can find the wrox.com code downloads for this chapter at http://www.wrox.com/go/proangularjs on the Download Code tab.

If you’ve made it all the way through this book, congratulations! The previous chapters contain all the information you need to use the AngularJS core to build and test sophisticated applications. However, because AngularJS is open source, there are myriad extensions, plug-ins, and frameworks that enable you to add powerful functionality to AngularJS. Furthermore, JavaScript itself has an extremely active open source community, and there are numerous modules that make writing applications in AngularJS easier. In this chapter, you’ll expand beyond core AngularJS and learn how to use two popular AngularJS extensions (Angular-UI’s Bootstrap project and the Ionic framework) and how to integrate two popular JavaScript modules (Moment and Mongoose) with AngularJS.

In addition, JavaScript itself is a rapidly evolving language. ECMAScript is the language standard underlying JavaScript, and its most recent iteration, ECMAScript 5 (ES5), added some exciting features. In addition, several browsers have already added support ...

Get Professional AngularJS 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.