d-util
v1.0.0
Published
A Derby JS component for exposing derby util properties such as isProduction and isServer.
Readme
Derby Util
A Derby JS component for exposing derby util properties such as isProduction and isServer.
Installation
$ npm install d-util --saveUsage
Create a view:
<index: element="util">
<!-- empty -->Associate your view with the component:
app.component('util', require('d-util'));Use the component:
<util path="#root.util"></util>