Book Image

Learning Yeoman

By : Jonathan Spratley
Book Image

Learning Yeoman

By: Jonathan Spratley

Overview of this book

Table of Contents (17 chapters)
Learning Yeoman
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Modern Workflows for Modern Webapps
Index

Self-test questions


The following are questions you should be able to answer at the end of this chapter:

  1. What type of data binding does Angular support and what is the syntax?

  2. Which Angular method allows the creation of Angular modules?

  3. What type of module would one use to create a reusable UI component?

  4. Which is the default testing framework used in the Angular generator?

  5. What type of module would someone use to create reusable business logic?

  6. How does Angular manage its dependencies?

  7. How would you add the create and detail logic to expand on what we created?