[ADF-1586] CommentListComponent documentation update because of 2.0 reorg (#2713)

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

View File

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