mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Simplified imports for DataTable
This commit is contained in:
parent
e378181058
commit
011f587455
@ -22,7 +22,7 @@ import {
|
|||||||
DataSorting,
|
DataSorting,
|
||||||
ObjectDataRow,
|
ObjectDataRow,
|
||||||
ObjectDataColumn
|
ObjectDataColumn
|
||||||
} from 'ng2-alfresco-datatable/dist/ng2-alfresco-datatable';
|
} from 'ng2-alfresco-datatable';
|
||||||
|
|
||||||
declare let __moduleName: string;
|
declare let __moduleName: string;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ import { ActivitiService } from './activiti.service';
|
|||||||
import {
|
import {
|
||||||
ALFRESCO_DATATABLE_DIRECTIVES,
|
ALFRESCO_DATATABLE_DIRECTIVES,
|
||||||
ObjectDataTableAdapter
|
ObjectDataTableAdapter
|
||||||
} from 'ng2-alfresco-datatable/dist/ng2-alfresco-datatable';
|
} from 'ng2-alfresco-datatable';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'tasks-demo',
|
selector: 'tasks-demo',
|
||||||
|
@ -6,6 +6,6 @@ coverage/
|
|||||||
dist/
|
dist/
|
||||||
src/**/*.js
|
src/**/*.js
|
||||||
src/**/*.js.map
|
src/**/*.js.map
|
||||||
ng2-alfresco-datatable.js
|
index.js
|
||||||
ng2-alfresco-datatable.js.map
|
index.js.map
|
||||||
!systemjs.config.js
|
!systemjs.config.js
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
"coverage": "npm run test && wsrv -o -p 9875 ./coverage/report",
|
"coverage": "npm run test && wsrv -o -p 9875 ./coverage/report",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
|
"main": "./dist/index.js",
|
||||||
|
"typings": "./dist/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
|
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user