Commit ff4c85d6 authored by Jesús Rodríguez's avatar Jesús Rodríguez Committed by Filipe Silva

chore: update to Angular 2 RC5 (#175)

parent 27ef388a
......@@ -8,7 +8,6 @@ import { TestComponentBuilder } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { provide } from '@angular/core';
import { ViewMetadata } from '@angular/core';
import { PromiseWrapper } from '@angular/core/src/facade/promise';
//////// SPECS /////////////
......
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
@NgModule({
imports: [ BrowserModule ],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ]
})
export class AppModule { }
import { bootstrap } from '@angular/platform-browser-dynamic';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppComponent } from './app.component';
import { AppModule } from './app.module';
bootstrap(AppComponent);
platformBrowserDynamic().bootstrapModule(AppModule);
......@@ -3,7 +3,7 @@
"angular-protractor": "registry:dt/angular-protractor#1.5.0+20160425143459",
"core-js": "registry:dt/core-js#0.0.0+20160602141332",
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
"node": "registry:dt/node#6.0.0+20160621231320",
"node": "registry:dt/node#6.0.0+20160807145350",
"selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment