# Angular

Learn how to integrate and use Font Awesome icons in Angular applications.

> Font Awesome now has an official Angular component that's available for all who want to easily use our icons in projects.

Make sure you:

- Plan to use [the SVG+JS method of Font Awesome](/web/dig-deeper/webfont-vs-svg.md#svg-js) with Angular.
- Have your project files handy to work on.

## Documentation

The Font Awesome Angular component is available on npm and that's also where we maintain its official documentation.

| Useful Link                                                                | What it's good for                                            |
| :------------------------------------------------------------------------- | :------------------------------------------------------------ |
| [API docs](https://www.npmjs.com/package/@fortawesome/angular-fontawesome) | The official Angular component documentation                  |
| [GitHub project](https://github.com/FortAwesome/angular-fontawesome)       | Where to submit issues and collaborate/contribute to codebase |

  <h4>
    You've Got Options!
  </h4>

The Font Awesome Angular component is a great option for integrating with AngularJS projects, but you can also opt to
use Web Fonts with CSS with a [Kit](/web/setup/use-kit.md) or by [self-hosting](/web/setup/host-yourself/webfonts.md).
