Skip to content

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

@khwilo

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

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