Practice Activity

In this activity you will re-create the Joke application we’ve ran using stackbliz as an Angular CLI project instead.

Steps

  1. Ensure you have node installed on your computer. If you are unsure how to install node then follow the instructions in the Node lecture in the Appendix to this course.

  2. Follow the instructions in the previous lectures and on the Angular CLI repository site to install the Angular CLI on your computer.

  3. Create a project locally on your computer.

  4. Mirror the functionality of the Joke application in the blitz below in your Angular CLI powered project.

Solution

When you are ready compare your answer to the solution in this repository: https://github.com/codecraft-tv/angular-2-book-cli-activity


Caught a mistake or want to contribute to the book? Edit this page on GitHub!