gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

Added aot compatibility #41

Closed TrevorBroderick1 closed 7 years ago

TrevorBroderick1 commented 7 years ago

Followed this guide https://medium.com/@isaacplmann/getting-your-angular-2-library-ready-for-aot-90d1347bcad#.b2jsr14to

Your library works now with my new angular-cli generated project.

If you want to do this yourself as you've said you have some plans, at least here's an idea of the steps to take.

I will be using my fork internally until your npm package has AOT support.

gmostert commented 7 years ago

Thnx @TrevorBroderick1 looks good, I pulled in the changes and republised as 0.5.5