Skip to content

Loading libraries in the global scope in the angular.json file #52

Description

@khwilo

Description

In the Angular CLI chapter on the section of Global Library Installation, the path provided when loading the libraries in the node_modules directory may not be correct.

Error

The path provided looks like this '../node_modules/bootstrap/dist/css/bootstrap.css'.

Correction

The path should resemble this './node_modules/bootstrap/dist/css/bootstrap.css'

Source

https://github.com/codecraft-tv/angular-course/blob/current/3.angular-cli/1.overview/index.adoc

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions