view src/typings.d.ts @ 357:b529a08ddff1

Explicitly state the change detection strategy, despite the fact it will already be OnPush here because its parent is.
author Lucas Thompson <dev@lucas.im>
date Fri, 26 May 2017 18:30:58 +0100
parents 53ea6406d601
children
line wrap: on
line source
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}