aspnetcore/test/testapps/BasicTestApp
Ryan Nowak 87375f6ba1 Add support for most (if not all events)
This change adds tag helpers and defines event types for all of the DOM
events we could find. You'll find it much easier now to subcribe to
these events.

While we did define new event types, we didn't substantially expand the
set of data that we serialize for events. We're looking for feedback on
what is most critical to have, and looking for contributions adding
those data and tests.
2018-05-02 11:07:49 +01:00
..
HierarchicalImportsTest
HttpClientTest
Properties
RouterTest Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
wwwroot Add support for most (if not all events) 2018-05-02 11:07:49 +01:00
AddRemoveChildComponents.cshtml
AfterRenderInteropComponent.cshtml
AsyncEventHandlerComponent.cshtml
BasicTestApp.csproj
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
CounterComponent.cshtml
CounterComponentUsingChild.cshtml
CounterComponentWrapper.cshtml
ElementRefComponent.cshtml
EventBubblingComponent.cshtml Support custom events and non-bubbling standard events (#722) 2018-05-01 17:12:03 +01:00
ExternalContentPackage.cshtml
FocusEventComponent.cshtml Add support for most (if not all events) 2018-05-02 11:07:49 +01:00
KeyPressEventComponent.cshtml
LogicalElementInsertionCases.cshtml
MessageComponent.cshtml Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
MouseEventComponent.cshtml Add support for most (if not all events) 2018-05-02 11:07:49 +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