hola Fernando he probado tu codigo y en el Archivo Server.ts me da un error en el metodo
start( callback: Function ) {
this.httpServer.listen( this.port, callback );
}
me da este tipo de error...
Argument of type 'Function' is not assignable to parameter of type '() => void'.
Type 'Function' provides no match for the signature '(): void'.ts(2345)
hola Fernando he probado tu codigo y en el Archivo Server.ts me da un error en el metodo
start( callback: Function ) {
me da este tipo de error...
Argument of type 'Function' is not assignable to parameter of type '() => void'.
Type 'Function' provides no match for the signature '(): void'.ts(2345)