Upgrade Viewer to angular 2.0.0-rc.1

This commit is contained in:
Denys Vuika
2016-06-14 11:31:53 +01:00
parent 2428396ab6
commit a81378bcda
14 changed files with 546 additions and 511 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Component, Input, HostListener } from 'angular2/core';
import { Component, Input, HostListener } from '@angular/core';
declare let PDFJS: any;
declare let __moduleName: string;