UNPKG

391 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2/**
3 * Sets the default collection to the provided collection name
4 * The collection name is only set in case the current defaultCollection is undefined or set to '@nrwl/workspace'
5 * @param collectionName Name of the collection to be set as defaultCollection
6 */
7export declare function setDefaultCollection(collectionName: string): Rule;