You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: