Questions tagged [systemjs]

Spec-compliant universal module loader - loads ES6 modules, AMD, CommonJS and global scripts.

Designed as a small collection of extensions to the ES6 specification System loader, which can be applied individually or all together.

Features include:

  • Core: Some small fixes to the spec loader behavior.
  • Formats: Dynamically load AMD, CommonJS and global scripts (as well as ES6 modules) - detecting the format automatically, or with format hints.
  • Map: Map configuration.
  • Versions: Multi-version support for semver compatible version ranges (@^1.2.3 syntax).
  • Plugins: A dynamic plugin system for modular loading rules.
  • Bundles: Dynamically link requires to bundle files.

Designed to work with the ES6 Module Loader polyfill (15KB minified) for a combined footprint of 27KB. In future, with native implementations, the ES6 Module Loader polyfill should no longer be necessary. As jQuery provides for the DOM, this library can smooth over inconsistiencies and missing practical functionality provided by the native System loader.

Runs in the browser and NodeJS.


Useful links

1398 questions
-2
votes
1 answer

What I'm having wrong with ES6 modules and SystemJS?

I was playing with Angular2 beta tutorials, and discovered how magnificient are ES6 new way of importing modules & systemjs. However, there's a thing I can't make it to work. Everything works fine, UNTIL you have second level page, system.js is…
Luca Trazzi
  • 1,240
  • 1
  • 13
  • 30
-3
votes
1 answer

How to setup Angular 4 project using Webpack2?

I am starting a new Angular 4 project and was looking for the best practices/configuration to setup an angular 4 project. Came across Angular CLI based approach and quickstart project based on System js on angular.io . I am curious to know the best…
Peter
  • 10,492
  • 21
  • 82
  • 132
-3
votes
1 answer

404 error on Plunker for Angular2 code?

Please check this plunk link I am 404 error, I am unable to find it , please anyone can solve it, and update my plunk Here the link https://plnkr.co/edit/rKxWDg?p=preview
Soumya Gangamwar
  • 954
  • 4
  • 16
  • 44
1 2 3
93
94