Ejemplo n.º 1
0
 public static void AddDocumentMetadata(this RootComponentMappingCollection rootComponents)
 {
     rootComponents.Add <WebAssemblyMetadataManager>("meta[data-dxmetadatamanager]");
 }
Ejemplo n.º 2
0
 private static void ConfigureComponents(RootComponentMappingCollection rootComponents)
 {
     rootComponents.Add <App>("app");
 }
Ejemplo n.º 3
0
 public void Configure(RootComponentMappingCollection app)
 {
     app.Add <Main>("body");
 }