UNPKG

k15t-aui-ng2

Version:

aui-ng2 is a set of angular 2 components, directives and services to simplify the integration with Atlassian products based on AUI/ADG. The library is still under development and is considered in an experimental state. So be aware that things will change

7 lines (5 loc) 212 B
/** * @description Injectable constants. Define appropriate providers when bootstrapping the app. */ import {OpaqueToken} from '@angular/core'; export const BASE_URL: OpaqueToken = new OpaqueToken('baseUrl');