fixed: toh-pt6

This commit is contained in:
Zhimin YE (Rex) 2016-08-24 14:11:32 +01:00
parent 90b7c0a475
commit c26d6a87a0

View File

@ -156,6 +156,8 @@ block backend
The `forRoot` configuration method takes an `InMemoryDataService` class
that will prime the in-memory database as follows:
`forRoot`配置方法需要`InMemoryDataService`类实例,用来向内存数据库添加种子数据:
+makeExample('app/in-memory-data.service.ts', 'init')(format='.')
p This file replaces the #[code #[+adjExPath('mock-heroes.ts')]] which is now safe to delete.