feat(aio): implement doc and navigation UI

This commit is contained in:
Peter Bacon Darwin
2017-03-01 14:30:25 +00:00
committed by Igor Minar
parent 371dc4744c
commit 71e22b8d11
16 changed files with 881 additions and 38 deletions

View File

@ -2,8 +2,6 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { AppComponent } from './app.component';
import { AppModule } from './app.module';
import { NavEngine } from './nav-engine/nav-engine.service';
describe('AppComponent', () => {
let component: AppComponent;
let fixture: ComponentFixture<AppComponent>;
@ -12,7 +10,6 @@ describe('AppComponent', () => {
TestBed.configureTestingModule({
imports: [ AppModule ],
providers: [
{ provide: NavEngine, useValue: { currentDoc: undefined } }
]
});
TestBed.compileComponents();