angular2 support
When can we expect support of angular2?
I actually started conversion attempt: https://github.com/viskin/angularjs-pdf/tree/angular2
@viskin happy to pass on this project to anyone who wants to upgrade and maintain it for angular 2.
Great library, but unfortunately I currently have no time for helping to maintain it.
I will be glad to finish the conversion to angular2, which is already 75% done.
Whats the current status for angular2 support
I've done some testing here: https://github.com/viskin/angularjs-pdf/tree/angular2. Sadly I currently have no time to invest in it. I implemented pdf component there based on original js implementation. What left unsolved is implementing navigation as separate component that will delegate things (e.g next page pressed) to pdf component, while pdf component should (in my opinion) just render to canvas. Tooling files (build process) should be upgraded to typescript.