UNPKG

@euglena/cli

Version:

Command Line Interface to create and manage euglena projects as simple as possible

6 lines (3 loc) 169 B
import { Context } from '@euglena/organelle.ui.angular'; export const context = new Context(); export const contextProvider = { provide: Context, useValue: context };