@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
8 lines (7 loc) • 301 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
* Sets up a project with all required to run Doku Fragment.
* This is run after 'package.json' was patched and all dependencies installed.
*/
export default function ngAddSetupProject(options: Schema): Rule;