commit
3d4944da20
|
@ -232,8 +232,8 @@ p.
|
||||||
<script>
|
<script>
|
||||||
// Rewrite the paths to load the files
|
// Rewrite the paths to load the files
|
||||||
System.paths = {
|
System.paths = {
|
||||||
'angular2/*':'/quickstart/angular2/*.js', // Angular
|
'angular2/*': '/quickstart/angular2/*.js', // Angular
|
||||||
'rtts_assert/*': '/quickstart/rtts_assert/*.js', //Runtime assertions
|
'rtts_assert/*': '/quickstart/rtts_assert/*.js', // Runtime assertions
|
||||||
'app': 'app.es6' // The my-app component
|
'app': 'app.es6' // The my-app component
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue