You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: