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