UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (6 loc) 141 B
export class CompileBinding { constructor(node, sourceAst) { this.node = node; this.sourceAst = sourceAst; } }