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
Should we move away from typescript compiling to systemjs module. May be we can compile typescript to commonjs which is supported by both systemjs and webppack.
I got following error when trying to use ng2-formly.
ng2-formly.js:1Uncaught ReferenceError: System is not defined
I'm using angular rc1 with webpack.
from this seed project https://github.com/AngularClass/angular2-webpack-starter
The text was updated successfully, but these errors were encountered: