UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

9 lines (8 loc) 452 B
import type { Rule } from '@angular-devkit/schematics'; /** * Sets the default collection to the provided collection name * The collection name is only set in case the current defaultCollection is undefined or set to '@nrwl/workspace' * @param collectionName Name of the collection to be set as defaultCollection * @deprecated nxJson defaultCollection will be removed */ export declare function setDefaultCollection(collectionName: string): Rule;