refactor(platform-browser): polishing (#13744)
This commit is contained in:

committed by
Miško Hevery

parent
863285a4b0
commit
a64c9b5d5b
@ -13,7 +13,7 @@ import {expect} from '@angular/platform-browser/testing/matchers';
|
||||
|
||||
export function main() {
|
||||
describe('DomSharedStylesHost', () => {
|
||||
let doc: any /** TODO #9100 */;
|
||||
let doc: Document;
|
||||
let ssh: DomSharedStylesHost;
|
||||
let someHost: Element;
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user