Upgrade DataTable to angular 2.0.0-rc.1

This commit is contained in:
Denys Vuika
2016-06-14 06:22:07 +01:00
parent 5bb011564e
commit a6cff4f235
10 changed files with 83 additions and 75 deletions

View File

@@ -15,8 +15,8 @@
* limitations under the License.
*/
import { Component } from 'angular2/core';
import { bootstrap } from 'angular2/platform/browser';
import { Component } from '@angular/core';
import { bootstrap } from '@angular/platform-browser-dynamic';
import {
ALFRESCO_DATATABLE_DIRECTIVES,
ObjectDataTableAdapter,