merge master

This commit is contained in:
Felix
2021-01-03 12:42:34 +01:00
committed by Mondei1
parent 39659c4373
commit b409c3c670
5 changed files with 44 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import { NotFoundComponent } from './not-found/not-found.component';
import { CartComponent } from './cart/cart.component';
import { PushNotificationsModule } from 'ng-push-ivy';
import { ClipboardModule } from 'ngx-clipboard';
import { DashboardComponent } from './dashboard/dashboard.component';
const config: SocketIoConfig = { url: 'http://localhost:2009', options: {} };
@@ -26,7 +27,8 @@ const config: SocketIoConfig = { url: 'http://localhost:2009', options: {} };
PayComponent,
HelloComponent,
NotFoundComponent,
CartComponent
CartComponent,
DashboardComponent
],
imports: [
BrowserModule,