feat(aio): revise Docs page; docs version selector in sidenav

This commit is contained in:
Ward Bell
2017-04-25 14:48:01 -07:00
committed by Pete Bacon Darwin
parent de25cfc0cb
commit 4be1966a21
16 changed files with 245 additions and 195 deletions

View File

@ -9,6 +9,7 @@ export class MockLocationService {
setSearch = jasmine.createSpy('setSearch');
go = jasmine.createSpy('Location.go').and
.callFake((url: string) => this.urlSubject.next(url));
goExternal = jasmine.createSpy('Location.goExternal');
handleAnchorClick = jasmine.createSpy('Location.handleAnchorClick')
.and.returnValue(false); // prevent click from causing a browser navigation