Beispiel #1
0
        public void Configure(IComponentsApplicationBuilder app)
        {
            app
            .UseBulmaProviders()
            .UseFontAwesomeIcons();

            app.AddComponent <App>("app");
        }