Skip to content Skip to sidebar Skip to footer
Showing posts with the label Systemjs

How To Add A Module To My Systemjs Config File So I Can Import It In Angular

How do add new packages I just downloaded from npm to my Angular 2 components using SystemJS and us… Read more How To Add A Module To My Systemjs Config File So I Can Import It In Angular

How To Use Umd In Browser Without Any Additional Dependencies

Suppose I have an UMD module like this (saved in 'js/mymodule.js'): (function (global, fact… Read more How To Use Umd In Browser Without Any Additional Dependencies

How To Es6 Import (systemjs) After Some Code?

I want to import angular, instantiate the AngularJS module, and then import another file that requi… Read more How To Es6 Import (systemjs) After Some Code?

Multiple Anonymous Defines In Module Typescript With Riot-ts (Riotjs)

Have to say that setting up the environment for Typescript is laborious and fraught with frustratio… Read more Multiple Anonymous Defines In Module Typescript With Riot-ts (Riotjs)

Browser Test Setup: How To Make Already Global SystemJS Module Available To Require('systemjs') Of Tested Code?

I have code that is fairly system independent and with few system dependent lines of code runs on n… Read more Browser Test Setup: How To Make Already Global SystemJS Module Available To Require('systemjs') Of Tested Code?