UNPKG

@qodalis/angular-cli

Version:

Angular wrapper for the @qodalis CLI terminal engine.

8 lines (7 loc) 296 B
import { Provider } from '@angular/core'; /** * Angular DI providers for services that the framework-agnostic * processors in @qodalis/cli need. The CliComponent bridges these * into the engine's service container automatically. */ export declare const resolveCliProviders: () => Provider[];