aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 5793bf700a Add ability to render child components 2018-01-08 14:21:48 +00:00
..
Properties
wwwroot Begin E2E testing for BasicTestApp and component rendering in browser 2018-01-04 17:35:58 +00:00
BasicTestApp.csproj
CounterComponent.cs Add support for passing parameters to UI event handlers (e.g., which key was pressed) 2018-01-08 11:31:10 +00:00
KeyPressEventComponent.cs Add support for passing parameters to UI event handlers (e.g., which key was pressed) 2018-01-08 11:31:10 +00:00
ParentChildComponent.cs Add ability to render child components 2018-01-08 14:21:48 +00:00
Program.cs Begin tracking association between components and DOM elements so that components can be refresh their own display 2018-01-05 14:31:06 +00:00
RedTextComponent.cs Add DOM rendering capability for attributes 2018-01-05 17:50:03 +00:00
TextOnlyComponent.cs Begin tracking association between components and DOM elements so that components can be refresh their own display 2018-01-05 14:31:06 +00:00