Skip to content

The Bootstrap CSS stylesheet is missing from the angular.json file #8

Description

@fallencloud

In the trainer folder, the angular.json file is missing the link to the bootstrap css.

It has

"styles": [
             "src/styles.css"
            ],

Instead of:

"styles": [
              "node_modules/bootstrap/dist/css/bootstrap.min.css",
              "src/styles.css"
            ],

This causes a compilation error when trying to install the base files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions