Closed Kailayla closed 6 years ago
Hi, most likely you are missing font-awesome@4.7.0 dependency.
You can run npm install font-awesome@4.7.0
and then be sure to have something similar into your .angular-cli.json
:
....
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"../node_modules/font-awesome/css/font-awesome.css",
"styles.css"
],
....
The repo originally was based on Angular4 and it gave the repo name. Then I upgraded the library to Angular5 and then decided to publish it on NPM.
Regarding the demo, I did not provide any demo - the one that you see is probably someone else's demo.
Ah yes, that was indeed the ony thing I missed. Thank you!
I just started out with this library for a project I'm working on. I just can't get the buttons to style correctly. They look just like little rectangles sitting there. I got Bootstrap and included the style in the angular-cli.json as seen in another issue topic. Now it looks like this. I missed a styling thing somewhere, but it's unclear to me what.
Also, why is this repo called angular4 when it's angular5? And the demo isn't angular 5 either.