/**
 * Main entry point for angular 2.x build
 * @module ng2
 */
/** for typedoc */

export * from "./core";
import "./justjs";

export * from "./ng2/providers";
export * from "./ng2/directives";
export * from "./ng2/uiRouterConfig";

