chore: formating

This commit is contained in:
Misko Hevery 2016-06-19 22:27:29 +02:00
parent 8675b8dc48
commit 7a3689f175
1 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ describe('template codegen output', () => {
} }
it('should apply the animate states to the element', (done) => { it('should apply the animate states to the element', (done) => {
const appInjector = ReflectiveInjector.resolveAndCreate( const appInjector =
BROWSER_APP_PROVIDERS, serverPlatform().injector); ReflectiveInjector.resolveAndCreate(BROWSER_APP_PROVIDERS, serverPlatform().injector);
var comp = AnimateCmpNgFactory.create(appInjector); var comp = AnimateCmpNgFactory.create(appInjector);
var debugElement = <DebugElement>getDebugNode(comp.location.nativeElement); var debugElement = <DebugElement>getDebugNode(comp.location.nativeElement);
@ -47,8 +47,8 @@ describe('template codegen output', () => {
}); });
it('should apply the default animate state to the element', (done) => { it('should apply the default animate state to the element', (done) => {
const appInjector = ReflectiveInjector.resolveAndCreate( const appInjector =
BROWSER_APP_PROVIDERS, serverPlatform().injector); ReflectiveInjector.resolveAndCreate(BROWSER_APP_PROVIDERS, serverPlatform().injector);
var comp = AnimateCmpNgFactory.create(appInjector); var comp = AnimateCmpNgFactory.create(appInjector);
var debugElement = <DebugElement>getDebugNode(comp.location.nativeElement); var debugElement = <DebugElement>getDebugNode(comp.location.nativeElement);