What can replace 'systemjs.config.js' in angular2?

Hi All,
I’d like to use DevExtreme-Angular2 in my ionic2 project.
The tutorial said Modify the ‘systemjs.config.js’ file as follows, but ionic2 project doesn’t have systemjs.config.js file.
How can I modify it in my Ionic2 project?
Thank you in advance.

As long as you’re referencing it somewhere in your app, browserify should take care of including it. You shouldn’t need to do anything special.

1 Like