Hi

On Friday, September 30, 2016 at 8:27:28 PM UTC+2, Guto Godoy wrote:
>
>
> and in index.html I inserted the line:
>
> <Link rel = "stylesheet" href = "vendor / bootstrap / dist / css / 
> bootstrap.min.css">
>

Like Elias said, strip the whitespace. Additionally, you might want to 
prepend that path with */*, so it becomes 
*/vendor/bootstrap/dist/css/bootstrap.min.css*.

Finally, how and where do you pack your dependencies? Maybe it's not under 
*/vendor* at all, maybe it's something like *node_modules/bootstrap*. How 
did you initialize your angular project - did you use one of the seed 
projects? Which one? If not, angular-cli then? How did you install or 
download bootstrap and where?


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to