aspnetcore/src
Ryan Nowak 601e7914f7 Implement components as tag helpers
Implements Component code generation and tooling support end to end
udditionally adds some default `@addTagHelper` directives to make
programming in Blazor a little nicer.

Components are discovered as Tag Helpers using Razor's extensibility
during the build/IDE process. This drives the code generation during
build and lights up a bunch of editor features.

Add
2018-03-14 11:23:41 +00:00
..
Microsoft.AspNetCore.Blazor Implement components as tag helpers 2018-03-14 11:23:41 +00:00
Microsoft.AspNetCore.Blazor.Browser Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00
Microsoft.AspNetCore.Blazor.Browser.JS Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00
Microsoft.AspNetCore.Blazor.Build Implement components as tag helpers 2018-03-14 11:23:41 +00:00
Microsoft.AspNetCore.Blazor.BuildTools
Microsoft.AspNetCore.Blazor.Cli
Microsoft.AspNetCore.Blazor.Common
Microsoft.AspNetCore.Blazor.Mono
Microsoft.AspNetCore.Blazor.Razor.Extensions Implement components as tag helpers 2018-03-14 11:23:41 +00:00
Microsoft.AspNetCore.Blazor.Server
Microsoft.AspNetCore.Blazor.Templates Add Razor SDK and packages to templates 2018-03-14 11:23:41 +00:00
anglesharp/AngleSharpBuilder