UNPKG

ngx-headway

Version:

This is an Angular library for using the Changelog service Headway, as a simple directive.

6 lines (4 loc) 136 B
import { InjectionToken } from "@angular/core"; export const HEADWAY_ACCOUNT_TOKEN = new InjectionToken<string>( "headwayAccount" );