The following legal notice is required by german law. Thus, it is only available in german.
Manuel Römer
Apianweg 14
85368 Moosburg
import 'core-js/es7/reflect'; | |
import 'zone.js/dist/zone'; | |
import '@webcomponents/webcomponentsjs/webcomponents-loader'; | |
import '@webcomponents/webcomponentsjs/webcomponents-bundle.js'; | |
import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter'; | |
import * as React from 'react'; | |
import { render } from 'react-dom'; | |
import { createInstance, LoadingIndicatorProps, Piral, SetComponent, SetRoute } from 'piral-core'; | |
import { createVueApi } from 'piral-vue'; |
namespace RmqPlayground | |
{ | |
using System; | |
using System.Runtime.CompilerServices; | |
using System.Threading.Tasks; | |
using System.Transactions; | |
using RabbitMQ.Client; | |
using RabbitMQ.Client.Events; | |
using static System.Console; |