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

Invisible Icons #20

Open
ebcFlagman opened this issue Apr 23, 2018 · 1 comment
Open

Invisible Icons #20

ebcFlagman opened this issue Apr 23, 2018 · 1 comment

Comments

@ebcFlagman
Copy link

I've followed the tutorial but i can't see the correct icons for refresh, colum-selection, next-page ....

issue

No error shown on the console

@ghost
Copy link

ghost commented Nov 12, 2019

angular-5-data-table uses FontAwesome icons. Try adding font-awesome to your project and include the stylesheet in your app.

For example:

npm i --save font-awesome

and in your style.css:

@import "~font-awesome/css/font-awesome.css";

Of course you could also put the CSS reference in the angular.json styles array but using the appropriate path.

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