ild-games/Skein

View on GitHub
src/app/server-communication/server-communication.module.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { NgModule } from '@angular/core';
import { ServerCommunicationService } from './server-communication.service';


@NgModule({
    providers: [
        ServerCommunicationService
    ]
})
export class ServerCommuncationModule {
}