Files
angular-docs-cn/modules/empty.ts
T

5 lines
203 B
TypeScript
Raw Normal View History

// 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.
2016-06-08 15:45:15 -07:00
export var __empty__: any /** TODO #9100 */;