Skip to content

Commit 454e8cf

Browse files
committed
first pass at RX
1 parent 5bdf8a6 commit 454e8cf

18 files changed

+27424
-55537
lines changed

angular2.js

Lines changed: 27147 additions & 0 deletions
Large diffs are not rendered by default.

bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
//execute run method on main module
77
function bootstrap(mainModule){
8-
return mainModule.run()
8+
console.log('booted')
99
}
1010

1111
function importError(err){
@@ -19,7 +19,7 @@
1919
console.info('starting app...');
2020

2121
//use SystemJS to import main.js
22-
System.import('app/main')
22+
System.import('src/main')
2323
.catch(importError)
2424
.then(bootstrap)
2525
.catch(bootstrapError);

config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)