aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 4f496f649a 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
..
Properties
wwwroot
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 Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere 2018-01-24 15:48:38 -08:00
MessageComponent.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
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
RedTextComponent.cshtml In RazorCompiler, support string-valued attributes 2018-01-16 12:23:12 +00:00
TextOnlyComponent.cshtml Convert TextOnlyComponent to Razor format 2018-01-16 12:36:10 +00:00