Tuesday, January 24, 2017

Overview of System js


       

  •    Universal dynamic module loader
  •    We do not have to reference our module using script reference.
  •    Less memory footprint


   We can dynamically load a java script file using the following script as shown below. In this                 example we are dynamically loading display.js 
System.import("scripts/display.js");

No comments:

Post a Comment