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 Add E2E test to show adding and removing child components dynamically 2018-01-29 12:56:42 +00:00
BasicTestApp.csproj Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere 2018-01-24 15:48:38 -08:00
CounterComponent.cshtml Implement basics of @onclick()-type shorthand syntax 2018-01-16 18:01:06 +00:00
CounterComponentUsingChild.cshtml Add E2E test showing we can pass properties to child components and auto re-render them on change 2018-01-29 12:56:40 +00:00
CounterComponentWrapper.cshtml Change ParentChildComponent test to use Razor. Add E2E tests showing events on child components work. 2018-01-24 11:04:30 -08:00
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 Clean up E2E tests now elements are retained via diffing 2018-01-29 12:56:41 +00:00
ParentChildComponent.cshtml Change ParentChildComponent test to use Razor. Add E2E tests showing events on child components work. 2018-01-24 11:04:30 -08:00
Program.cs Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere 2018-01-24 15:48:38 -08:00
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 Convert TextOnlyComponent to Razor format 2018-01-16 12:36:10 +00:00