Commit 10aed7c5 authored by Ward Bell's avatar Ward Bell

chore: update to rc1

parent a7cc38b7
.idea .idea
typings typings/**
node_modules node_modules
jspm_packages jspm_packages
link-checker-results.txt link-checker-results.txt
...@@ -12,5 +12,6 @@ _temp ...@@ -12,5 +12,6 @@ _temp
!**/*e2e-spec.js !**/*e2e-spec.js
!karma*.js !karma*.js
!protractor*.js !protractor*.js
!wallaby.js
!systemjs.config.js !systemjs.config.js
!typings/typings.d.ts
!wallaby.js
<a name="0.2.1"></a>
# 0.2.1 (2016-05-03)
* Angular 2 RC01 version
<a name="0.2.0"></a> <a name="0.2.0"></a>
# 0.2.0 (2016-05-02) # 0.2.0 (2016-05-02)
* RC0 version * Angular 2 RC0 version
<a name="0.1.17"></a> <a name="0.1.17"></a>
# 0.1.17 (2016-04-29) # 0.1.17 (2016-04-29)
......
...@@ -42,9 +42,6 @@ ...@@ -42,9 +42,6 @@
packages: packages packages: packages
} }
// filterSystemConfig - index.html's chance to modify config before we register it.
if (global.filterSystemConfig) { global.filterSystemConfig(config); }
System.config(config); System.config(config);
})(this); })(this);
declare var module: {id: string};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment