Exemplo n.º 1
0
 public static IServiceCollection AddEifelMonoBlazorJavaScript(this IServiceCollection thisValue)
 {
     HostHtmlGlobals.RegisterEntry(new JavaScriptEntry());
     return(thisValue);
 }
Exemplo n.º 2
0
 public static IServiceCollection AddEifelMonoBlazorMonacoEditor(this IServiceCollection thisValue)
 {
     HostHtmlGlobals.RegisterEntry(new MonacoEditorEntry());
     return(thisValue);
 }