UNPKG

@o3r/routing

Version:

This module helps you to configure an Otter application's routing (POST parameter management, preloading strategy, guard recommendation).

8 lines 285 B
import type { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Add Otter routing to an Angular Project * @param options */ export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map