[ADF-1586] Updated paths of import statements in docs (#2735)

This commit is contained in:
Andy Stark
2017-11-27 12:29:05 +00:00
committed by Eugenio Romano
parent 8834b0c2d2
commit 2f07fa339d
20 changed files with 33 additions and 63 deletions

View File

@@ -45,7 +45,7 @@ See it live: [DataTable Quickstart](https://embed.plnkr.co/80qr4YFBeHjLMdAV0F6l/
**app.component.ts**
```ts
import { ObjectDataTableAdapter } from 'ng2-alfresco-datatable';
import { ObjectDataTableAdapter } from 'lib/core/datatable/data';
@Component({...})
export class DataTableDemo {
@@ -94,7 +94,7 @@ You can also use HTML-based schema declaration like shown below:
```
```ts
import { ObjectDataTableAdapter } from 'ng2-alfresco-datatable';
import { ObjectDataTableAdapter } from 'lib/core/datatable/data';
@Component({...})
export class DataTableDemo {
@@ -430,7 +430,7 @@ corresponding menu item.
```
```ts
import { DataCellEvent, DataRowActionEvent } from 'ng2-alfresco-datatable';
import { DataCellEvent, DataRowActionEvent } from 'lib/core/datatable/components/datatable';
onShowRowActionsMenu(event: DataCellEvent) {
let myAction = {