UNPKG

ui-router

Version:

State-based routing for Javascript

14 lines (10 loc) 235 B
/** * 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";