Upgrade document list to angular 2.0.0-rc.1

This commit is contained in:
Denys Vuika
2016-06-14 05:37:46 +01:00
parent 2ab2b5bbb0
commit fe9e8cdc43
22 changed files with 121 additions and 112 deletions

View File

@@ -15,9 +15,9 @@
* limitations under the License.
*/
import { Component, OnInit } from 'angular2/core';
import { bootstrap } from 'angular2/platform/browser';
import { HTTP_PROVIDERS } from 'angular2/http';
import { Component, OnInit } from '@angular/core';
import { bootstrap } from '@angular/platform-browser-dynamic';
import { HTTP_PROVIDERS } from '@angular/http';
import {
ALFRESCO_CORE_PROVIDERS,