@o3r/core
Version:
Core of the Otter Framework
11 lines • 617 B
TypeScript
import { type Rule } from '@angular-devkit/schematics';
import { type SetupDependenciesOptions } from '@o3r/schematics';
import type { NgAddSchematicsSchema } from '../schema';
/**
* Enable all the otter features requested by the user
* Install all the related dependencies and import the features inside the application
* @param options installation options to pass to the all the other packages' installation
* @param dependenciesSetupConfig
*/
export declare const prepareProject: (options: NgAddSchematicsSchema, dependenciesSetupConfig: SetupDependenciesOptions) => Rule;
//# sourceMappingURL=index.d.ts.map