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/examples/src/material
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
..
button
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
checkbox
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
dialog
refactor(ViewEncapsulation): rename to PascalCase
2015-08-31 21:32:10 +00:00
grid_list
refactor(ViewEncapsulation): rename to PascalCase
2015-08-31 21:32:10 +00:00
input
refactor(ViewEncapsulation): rename to PascalCase
2015-08-31 21:32:10 +00:00
progress-linear
refactor(ViewEncapsulation): rename to PascalCase
2015-08-31 21:32:10 +00:00
radio
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
switcher
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
.clang-format
chore(material): migrate most components to TypeScript.
2015-05-26 13:35:44 -07:00
demo_common.dart
chore: update all import paths
2015-08-25 15:33:23 -07:00
demo_common.ts
refactor(tests): removed @IMPLEMENTS
2015-08-26 15:06:25 -07:00
Powered by Gitea Version: 1.23.8 Page: 137ms Template: 3ms
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