aspnetcore/test/testapps/BasicTestApp
Steve Sanderson be8f2d43ee Support custom events and non-bubbling standard events (#722)
* Support non-bubbling events

* Support responding to arbitrary events. E2E coverage of this and bubbling.

* Rename E2E test files to avoid clash with other PR
2018-05-01 17:12:03 +01:00
..
HierarchicalImportsTest
HttpClientTest Add support for Action event handlers 2018-04-11 07:36:05 -07:00
Properties
RouterTest Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
wwwroot Support custom events and non-bubbling standard events (#722) 2018-05-01 17:12:03 +01:00
AddRemoveChildComponents.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
AfterRenderInteropComponent.cshtml OnAfterRender / OnAfterRenderAsync (#691) 2018-04-27 19:45:19 +01:00
AsyncEventHandlerComponent.cshtml Rough cut at async events 2018-04-26 13:31:28 -07:00
BasicTestApp.csproj Rough cut at async events 2018-04-26 13:31:28 -07:00
BindCasesComponent.cshtml For checkboxes, bind to 'checked'. Fix special property handling in BrowserRenderer.ts. Fixes #659 and #703 2018-05-01 16:40:07 +01:00
ComponentRefComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
CounterComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
CounterComponentUsingChild.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
CounterComponentWrapper.cshtml
ElementRefComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
EventBubblingComponent.cshtml Support custom events and non-bubbling standard events (#722) 2018-05-01 17:12:03 +01:00
ExternalContentPackage.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
KeyPressEventComponent.cshtml Improvements for delegate types (#516) 2018-04-09 13:21:12 -07:00
LogicalElementInsertionCases.cshtml Fix ordering issue with nested logical element insertion 2018-04-27 15:43:59 +01:00
MessageComponent.cshtml Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
ParentChildComponent.cshtml
PassThroughContentComponent.cshtml Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
Program.cs
PropertiesChangedHandlerChild.cshtml Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
PropertiesChangedHandlerParent.cshtml
RedTextComponent.cshtml
RenderFragmentToggler.cshtml
SvgCircleComponent.cshtml
SvgComponent.cshtml
SvgWithChildComponent.cshtml
TextOnlyComponent.cshtml