mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Example:
@Directive({selector: 'my-selector'})
class MyDirective {
@Property() prop;
@Property('el-prop') prop2;
@Event() event;
@Event('el-event') event2;
}
Closes #3992
|
||
|---|---|---|
| .. | ||
| debug_reflection_capabilities.dart | ||
| platform_reflection_capabilities.ts | ||
| reflection.dart | ||
| reflection.ts | ||
| reflection_capabilities.dart | ||
| reflection_capabilities.ts | ||
| reflector.ts | ||
| types.dart | ||
| types.ts | ||