Peter Huang

Results 19 comments of Peter Huang

I'd vote for this feature if it opens up again. I believe this feature is getting popular nowadays.

> I'm struggling to get babel-plugin-istanbul to work with Angular 12 (or any version). Does anyone have an example on how to instrument with Angular? I attempted to set up...

It looks like CSS is not applied to print render correctly

which version of jsPDF are you using? I'm using `2.5.1` with typescript and import works fine.

According to https://github.com/angular/protractor/issues/5502, Protractor will reach to end of life around mid of 2023. That's why they give Deprecated warning on version 13.

> I agree using `componentInstance` this way has many pitfalls and I do not encourage it in codebases I work on. > > This is how I work around this:...

@testgitdl No, I have not. This repo only works with React, because its ability of modifying the code during compilation. But with Angular's default build, it's very hard to do.

I'm using angular 4.1.3 and it seems they are compatible so far.

I believe nodeJS > 8 will take care the peer dependency. Since it will modify shrinkwrap file for all dependencies if there is shrinkwrap when npm install.

@karangoswami31 Does this mean I have to download ng2-select2 library and manually include select.full.js by myself?