Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
protected services: { [name: string]: EntityCollectionDataService<any> } = {};
我看到它为服务分配了一个对象文字,但[]分配不清楚,尤其是在表达式的右侧。
[]