docs(aio): Cleanup examples with edits from Igor/George (#23234)

PR Close #23234
This commit is contained in:
Brandon Roberts
2018-04-16 07:14:31 -05:00
committed by Jason Aden
parent 764f471dc0
commit fe312ccb4c
5 changed files with 4 additions and 13 deletions

View File

@ -44,9 +44,6 @@ class Hero {
}
}
// TODO(i): temorarily disable these tests because angular-in-memory-web-api is not compatible with rxjs v6 yet
// and we don't have the backwards compatibility package yet.
// Reenable after rxjs v6 compatibility package is out or angular-in-memory-web-api is compatible with rxjs v6
describe('Tutorial part 6', () => {
beforeAll(() => browser.get(''));