ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

ng-forward/testing still has issues #163

Open dfgkzhang opened 8 years ago

dfgkzhang commented 8 years ago

I am using jspm to install ng-forward through npm. I am trying to import TestComponentBuilder to run some tests. Importing ng-forward/testing gives me a "module not found" typescript error and importing ng-forward/cjs/testing gives me an error regarding import JQuery from "./". This doesn't break the tests, but it is generating a lot of noise when compiling typescript. Is it possible to fix these issues?

Also componentInstance is always null when using TestComponentBuilder using the latest ng-forward.