We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, although the documentation on npm is really good, there is an error on it. I stumbled a while until i get it.
In the docs: <fa [name]="rocket" [border]=false> But the correct definition of [name] is in single quotes : <fa [name]="'rocket'" [border]=false>
<fa [name]="rocket" [border]=false>
<fa [name]="'rocket'" [border]=false>
PS: I am using angular 4 (cli) PPS: NPM link: https://www.npmjs.com/package/angular2-fontawesome
The text was updated successfully, but these errors were encountered:
Update README.md
1e79db3
Related Issue: #39
0bfe5fb
No branches or pull requests
Hey,
although the documentation on npm is really good, there is an error on it.
I stumbled a while until i get it.
In the docs:
<fa [name]="rocket" [border]=false>
But the correct definition of [name] is in single quotes :
<fa [name]="'rocket'" [border]=false>
PS: I am using angular 4 (cli)
PPS: NPM link: https://www.npmjs.com/package/angular2-fontawesome
The text was updated successfully, but these errors were encountered: