Appendix A

About

This section is included to assist the students to perform the activities in the book. It includes detailed steps that are to be performed by the students to achieve the objectives of the activities.

1. Creating the Base Application

Activity 1: Using a BootSwatch Theme

Solution:

  1. Navigate to BootSwatch Themes (https://www.bootstrapcdn.com/bootswatch/) on BootstrapCDN.
  2. Select one of the themes and copy the link to the CSS:
    Figure 1.31: Selecting the Darkly theme
    Figure 1.31: Selecting the Darkly theme
  3. Update the link to Bootstrap CSS in src/styles.css:

    @import url('https://stackpath.bootstrapcdn.com/bootswatch/4.1.3/darkly/bootstrap.min.css');

  4. Refresh the app in ...

Get Server-Side Enterprise Development with Angular 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.