aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 83fa72bc7e Have RenderTreeDiff build its own array of referenced frames rather than pointing to the latest render tree
This is in preparation for supporting multiple diffs for the same
component in a single batch (which means we can't rely on there being at
most only new render tree per component)
2018-02-07 10:27:32 +00:00
..
Properties
wwwroot
AddRemoveChildComponents.cshtml
BasicTestApp.csproj
CounterComponent.cshtml
CounterComponentUsingChild.cshtml
CounterComponentWrapper.cshtml
KeyPressEventComponent.cshtml Have RenderTreeDiff build its own array of referenced frames rather than pointing to the latest render tree 2018-02-07 10:27:32 +00:00
MessageComponent.cshtml
ParentChildComponent.cshtml
Program.cs
PropertiesChangedHandlerChild.cshtml Mechanism for components running logic when parents change their properties 2018-01-31 16:19:01 +00:00
PropertiesChangedHandlerParent.cshtml Mechanism for components running logic when parents change their properties 2018-01-31 16:19:01 +00:00
RedTextComponent.cshtml
TextOnlyComponent.cshtml