Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
khwilo opened this issue Sep 5, 2019 · 0 comments
Open

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

khwilo opened this issue Sep 5, 2019 · 0 comments

Comments

@khwilo
Copy link

khwilo commented Sep 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant