Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Last active February 7, 2018 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/6c1416548a951214d0d775d6ea9889fa to your computer and use it in GitHub Desktop.
Save filipgorczynski/6c1416548a951214d0d775d6ea9889fa to your computer and use it in GitHub Desktop.
Configure Angular Font Awesome Module
//...
import { AngularFontAwesomeModule } from 'angular-font-awesome';
@NgModule({
//...
imports: [
//...
AngularFontAwesomeModule
],
//...
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment