UNPKG

@o3r/dynamic-content

Version:

This module provides a mechanism to retrieve media and data depending on the host or a server specific url.

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