import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * This is executed when `ng add @project-sunbird/sunbird-pdf-player-v9` is run. * It installs all dependencies in the 'package.json' and runs 'ng-add-setup-project' schematic. */ export default function ngAdd(options: Schema): Rule;