[ADF-1586] PeopleListComponent documentation update because of 2.0 reorg (#2712)

This commit is contained in:
Martin Bergljung
2017-11-23 14:03:32 +00:00
committed by Eugenio Romano
parent e57869633b
commit 564be4143b

View File

@@ -9,7 +9,7 @@ Shows a list of users (people).
Populate the users in the component class: Populate the users in the component class:
```ts ```ts
import { UserProcessModel } from 'ng2-alfresco-core'; import { UserProcessModel } from '@alfresco/adf-core';
export class SomeComponent implements OnInit { export class SomeComponent implements OnInit {