Upgrade Demo App to angular 2.0.0-rc.1

This commit is contained in:
Denys Vuika
2016-06-14 12:06:29 +01:00
parent a81378bcda
commit bcff692a7b
15 changed files with 98 additions and 77 deletions

View File

@@ -15,8 +15,8 @@
* limitations under the License.
*/
import { Component } from 'angular2/core';
import { Router } from 'angular2/router';
import { Component } from '@angular/core';
import { Router } from '@angular/router-deprecated';
import { ALFRESCO_SEARCH_DIRECTIVES } from 'ng2-alfresco-search/dist/ng2-alfresco-search';
import { VIEWERCOMPONENT } from 'ng2-alfresco-viewer/dist/ng2-alfresco-viewer';
import {

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Component } from 'angular2/core';
import { Component } from '@angular/core';
import { ALFRESCO_SEARCH_DIRECTIVES } from 'ng2-alfresco-search/dist/ng2-alfresco-search';
declare let __moduleName: string;