import { CommandLineInputs, CommandLineOptions, CommandMetadata, IonicAngularServeOptions, ServeDetails } from '../../../definitions'; import { ServeRunner, ServeRunnerDeps } from '../../serve'; import { IonicAngularProject } from './'; export declare const DEFAULT_SERVE_SCRIPT_VALUE: string; export interface IonicAngularServeRunnerDeps extends ServeRunnerDeps { readonly project: IonicAngularProject; } export declare class IonicAngularServeRunner extends ServeRunner<IonicAngularServeOptions> { protected readonly e: IonicAngularServeRunnerDeps; constructor(e: IonicAngularServeRunnerDeps); getCommandMetadata(): Promise<Partial<CommandMetadata>>; createOptionsFromCommandLine(inputs: CommandLineInputs, options: CommandLineOptions): IonicAngularServeOptions; modifyOpenUrl(url: string, options: IonicAngularServeOptions): string; serveProject(options: IonicAngularServeOptions): Promise<ServeDetails>; getUsedPorts(options: IonicAngularServeOptions, details: ServeDetails): number[]; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ailments.d.ts | File | 2.8 KB | 0644 |
|
ailments.js | File | 10.78 KB | 0644 |
|
app-scripts.d.ts | File | 205 B | 0644 |
|
app-scripts.js | File | 1.97 KB | 0644 |
|
build.d.ts | File | 1.38 KB | 0644 |
|
build.js | File | 5.08 KB | 0644 |
|
generate.d.ts | File | 1002 B | 0644 |
|
generate.js | File | 6.4 KB | 0644 |
|
index.d.ts | File | 608 B | 0644 |
|
index.js | File | 3.19 KB | 0644 |
|
serve.d.ts | File | 1023 B | 0644 |
|
serve.js | File | 7.9 KB | 0644 |
|