Socket
Socket
Sign inDemoInstall

angular-font-awesome

Package Overview
Dependencies
5
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

3.1.2

Diff

baruchvlz
published 3.1.2-test •

baruchvlz
published 3.1.1 •

baruchvlz
published 3.1.1-test •

baruchvlz
published 3.1.0 •

baruchvlz
published 3.0.4 •

Changelog

Source

[3.0.4] (2017-12-18)

  • Fix Angular dependency
baruchvlz
published 3.0.3 •

baruchvlz
published 3.0.2 •

baruchvlz
published 3.0.1 •

Changelog

Source

[3.0.1] (2017-11-06)

  • Fix module and component name.
  • Rename library files.
  • Remove font-awesome as a dependency of the library move it to peer dependency.
  • Added .npmignore file.
  • Added package-lock.json file.
baruchvlz
published 3.0.0 •

Changelog

Source

[3.0.0] (2017-11-05)

After the release of Angular version 5 the library was giving an error with the compiler, this lead me into having to rethink the whole development structure of the library.

  • Reduced the amount of possible tags to just one (1) <fa></fa>
  • Better development structure

Breaking Change The module for import has changed from angular-font-awesome/angular-font-awesome to angular-font-awesome.

Example

// ...
import { AngularFontAwesomeModule } from 'angular-font-awesome';
@NgModule({
  //...
  imports: [
    //...
    AngularFontAwesomeModule
  ],
  //...
})
export class AppModule { }
})
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc