Top "Jspm" questions

jspm is a package manager for the SystemJS universal module loader, built on top of the dynamic ES6 module loader.

How can moment.js be imported with typescript?

I'm trying to learn Typescript. While I don't think it's relevant, I'm using VSCode for this demo. I have a …

typescript momentjs jspm
Angular2 + Jspm.io : reflect-metadata shim is required when using class decorators

I am having the following problem running the below versions of JSPM with Angular2 and SystemJS (Versions: [email protected] with …

angular typescript1.5 jspm systemjs
What's the purpose of if (typeof window !== 'undefined')

What is the purpose of calling if (typeof window !== 'undefined') I saw it in JSPM plugin-css, and some other libraries.

javascript jspm
How to bundle Angular 2 Typescript app using Gulp and SystemJS?

I'm using Typescript with SystemJS for module loading and Gulp for task runner in my Angular 2 project. The current version …

typescript angular gulp systemjs jspm
Package Manager: Bower vs jspm

How is Bower different than jspm? Can Bower provide jspm functionality about SystemJS universal module loader?

bower package-managers jspm
SystemJS: Why am getting error jquery_1.default is not a function when importing jquery

I have installed foundation via jspm install foundation, then import foundation and jquery. The problem I am having is that …

jquery typescript systemjs jspm
es6-module default export importing as undefined

I'm not sure what I'm missing here. I'm working on a project using jspm and es6-module-loader. I've got an …

javascript bigcommerce jspm es6-module-loader
jspm / jQuery / TypeScript - module "jquery" has no default export

I'm trying to bootstrap a web app using TypeScript and jspm & system.js for module loading. I'm not getting …

javascript jquery typescript systemjs jspm
Can anyone explain what es7 reflect-metadata is all about?

Been studying ES6, JSPM & angular2 for a week now and I found this repo ES6-loader if we look …

npm ecmascript-6 jspm systemjs ecmascript-7
Angular 2: Reduce app size (in addition to bundling/minification)

I have a small-medium size (~28 KB including just the (TypeScript transpiled) JS + HTML templates) Angular 2 app. It's based originally on …

angular rxjs production-environment bundling-and-minification jspm