Skip to content

afeiship/next-global

Repository files navigation

next-global

Global property for next.

version license size download

installation

npm install -S @jswork/next-global

usage

import '@jswork/next-global';

nx.global(null);
nx.$global = { abc: 123 };
nx.$global = { 'c.d.e': 'test-str' };

license

Code released under the MIT license.