Logo
Explore Help
Register Sign In
cargdev/angular
1
0
Fork 0
You've already forked angular
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular/modules
History
vsavkin 60ce884671 feat(core): remove the (^ syntax and make all DOM events bubbling
BREAKING CHANGE

Before
<div (^click)="onEventHandler()">
  <button></button>
</div>

After
<div (click)="onEventHandler()">
  <button></button>
</div>

Closes #3864
2015-09-01 15:54:47 +00:00
..
angular1_router
refector(router): rename outlet integration spec to navigation spec
2015-08-31 23:24:09 +00:00
angular2
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
angular2_material
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
benchmarks
chore(ts2dart): replace List with Array
2015-08-31 21:32:10 +00:00
benchmarks_external
chore(build): enable type-checking for TypeScript ES6 emit.
2015-08-06 16:57:52 -07:00
benchpress
chore(ts2dart): replace List with Array
2015-08-31 21:32:10 +00:00
examples
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
rtts_assert
chore(ts2dart): replace List with Array
2015-08-31 21:32:10 +00:00
Powered by Gitea Version: 1.23.8 Page: 670ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API