UNPKG

angust

Version:

Angust for manipulation with app state in Angular4+ apps

10 lines (8 loc) 220 B
/** * S - minimal app's state. * @public * @typedef {{currentUrl: [string]}} S */ /** Comment for ESDoc */ export type S = {currentUrl: [string]}; //Copyright (c) 2017 Alex Tranchenko. All rights reserved.