Crypto currency isn't static anymore
- Notification when transaction got confirmed
This commit is contained in:
@@ -13,6 +13,7 @@ import { HttpClientModule } from '@angular/common/http';
|
||||
import { AppRoutingModule } from 'src/routes';
|
||||
import { NotFoundComponent } from './not-found/not-found.component';
|
||||
import { CartComponent } from './cart/cart.component';
|
||||
import { PushNotificationsModule } from 'ng-push-ivy';
|
||||
|
||||
const config: SocketIoConfig = { url: 'http://localhost:2009', options: {} };
|
||||
|
||||
@@ -31,7 +32,8 @@ const config: SocketIoConfig = { url: 'http://localhost:2009', options: {} };
|
||||
QRCodeModule,
|
||||
HttpClientModule,
|
||||
AppRoutingModule,
|
||||
SocketIoModule.forRoot(config)
|
||||
SocketIoModule.forRoot(config),
|
||||
PushNotificationsModule
|
||||
],
|
||||
providers: [],
|
||||
bootstrap: [AppComponent]
|
||||
|
||||
Reference in New Issue
Block a user