文件名称:Developing.an.Angular.2.Edge.epub
文件大小:332KB
文件格式:EPUB
更新时间:2020-01-10 05:36:21
Angular Edge
This book is focused on demonstrating the key features of the Angular 2 framework. Although there are many great resources out there already, this book serves as a great starting point for newcomers as well as an examination of some more advanced features. By the end of the book you will have the knowledge required for developing a robust web application. You will also have an insight into application testing, a task too often overlooked in the development process. We will write numerous code samples throughout the book. We will also refer to a chat and scheduling application developed for the purposes of the book. The entire application is openly available at https://github.com/flauc/angular2-edge-app. Table of Contents Chapter 1. Angular 2 Introduction Chapter 2. Choosing your scripting language Chapter 3. Introducing Our App Chapter 4. Modules Chapter 5. Components Chapter 6. Directives Chapter 7. Services Chapter 8. Pipes Chapter 9. Routing Chapter 10. Forms Chapter 11. Change Detection Chapter 12. RxJS Chapter 13. Testing Chapter 14. Migration