allenhwkim / ngentest

Angular6+ Unit Test Generator For Components, Directive, Services, and Pipes
https://ngentest.github.io
MIT License
144 stars 60 forks source link

angular 5 #41

Closed vg43459 closed 9 months ago

vg43459 commented 4 years ago

unable to pass the test cases with angular 5 only dependency ijection are passed and the rest are getting failed.

allenhwkim commented 3 years ago

Sorry, this has been tested with Angular6, 8. However, it is supposed to pass with Angular 5 because there is not big difference between those. The detail would be appreciated.

allenhwkim commented 1 year ago

With version 1.5.0, I removed Angular dependency by parsing code directly instead of using require-from-string. Please try again.