Raw File
compiler.dart
/**
 * @module
 * @description
 * Starting point to import all compiler APIs.
 */
library angular2.compiler;

export "src/compiler/url_resolver.dart";
export "src/compiler/xhr.dart";
export "src/compiler/compiler.dart";
back to top