예제 #1
0
 public void Configure(IComponentsApplicationBuilder app)
 {
     app.AddComponent <App>("app");
     app.AddClientSidePrettyCode();
 }