aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 7799c36d50 Add E2E test to show adding and removing child components dynamically 2018-01-29 12:56:42 +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
CounterComponent.cshtml
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
KeyPressEventComponent.cshtml
MessageComponent.cshtml Clean up E2E tests now elements are retained via diffing 2018-01-29 12:56:41 +00:00
ParentChildComponent.cshtml
Program.cs
RedTextComponent.cshtml
TextOnlyComponent.cshtml