按照描述Here on ng-socket github page导入套接字io模块 但得到
的错误 100079031
100109122
100109586
100168781
100197424
100203652
100318504
100322466
100345449
100365010
100422997
41325291528
41374900954
41680701471
41777751048
41783905750
79044619
79044630
79562151
80746665
81776367
81776377
这就是我所做的:
Unexpected value '[object Object]' imported by the module
'AppModule'. Please add a @NgModule annotation
我还需要添加什么呢?如果有人用angular2实现了一个socket io,你也可以建议其他更好的包
答案 0 :(得分:1)
我发现了一个报告的问题:https://github.com/bougarfaoui/ng-socket-io/issues/14
答案 1 :(得分:0)
我认为您需要像这样导入NgModule:
import { NgModule } from '@angular/core';