Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.26 KB

File metadata and controls

25 lines (13 loc) · 1.26 KB

#Changelog

Bugfixes
  • #13 Attempt 2 at fixing the "duplicate identifier" error while installing ng2-meta. Thanks @Chocobozzz
Bugfixes
  • #13 Fix "duplicate identifier" error while installing ng2-meta. Thanks @Bioto
  • #11 Support for angular 2.0.0 and router 3.0.0. Thanks to @bergben once again, and the folks in the thread for their input.

Note: This version has breaking changes (needed to support angular final). If, for some reason, you would like to continue using RC4, please use v1.0.0.

Bugfixes
  • #1 Fixed "No provider for meta.config" issue resulting from a missing @Optional annotation. Thanks to @bergben