https://github.com/angular/angular
Raw File
Tip revision: 933f45ef31d40f7769a1e18cc2186ed900bd8093 authored by Igor Minar on 15 June 2016, 15:41:41 UTC
docs(webworkers): add experimental markers for all web worker public apis
Tip revision: 933f45e
empty.ts
// This file intentionally left blank. It is used to load nothing in some cases.
// Such as parse5/index is redirected here instead of loading into browser.

export var __empty__: any;
back to top