aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 0e9d52fe11 Support components and static content in external NuGet packages (#247)
* On build, drop <BlazorPackageContentFiles> items into dist\_content\(PackageName)\

* Add <script> and <link> tags to generated index.html

* Add testapp coverage of external content package. Still need to add E2E tests that uses it.

* Add missing unit test update

* Add example of packaging an entire Blazor component including CSS and images

* Add E2E test for component from NuGet package
2018-03-14 11:23:43 +00:00
..
HierarchicalImportsTest Support _ViewImports.cshtml files hierarchically 2018-02-18 23:57:20 +00:00
HttpClientTest Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00
Properties Add E2E tests for BrowserRouter, plus implement querystring/hash support 2018-02-21 10:22:03 +00:00
RouterTest Update BasicTestApp 2018-03-14 11:23:41 +00:00
wwwroot Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
AddRemoveChildComponents.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
BasicTestApp.csproj Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
BindCasesComponent.cshtml Support @bind for textboxes and checkboxes 2018-02-26 14:39:56 +00:00
CounterComponent.cshtml
CounterComponentUsingChild.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
CounterComponentWrapper.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
ExternalContentPackage.cshtml Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
KeyPressEventComponent.cshtml Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace 2018-02-28 11:29:14 +00:00
MessageComponent.cshtml
ParentChildComponent.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
Program.cs
PropertiesChangedHandlerChild.cshtml
PropertiesChangedHandlerParent.cshtml Konvert to KoreBuild 2018-03-14 11:23:42 +00:00
RedTextComponent.cshtml
RenderFragmentToggler.cshtml Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace 2018-02-28 11:29:14 +00:00
TextOnlyComponent.cshtml