Skip to content

Commit f49d200

Browse files
author
Brent Schmidt
committed
docs(@angular/devkit): Add 'rename' to schematics api
1 parent 737f4eb commit f49d200

File tree

1 file changed

+3
-0
lines changed
  • goldens/public-api/angular_devkit/schematics

1 file changed

+3
-0
lines changed

goldens/public-api/angular_devkit/schematics/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,9 @@ export interface RandomOptions {
698698
root?: string;
699699
}
700700

701+
// @public (undocumented)
702+
export function rename(match: FilePredicate<boolean>, to: FilePredicate<string>): Rule;
703+
701704
// @public (undocumented)
702705
export interface RenameFileAction extends ActionBase {
703706
// (undocumented)

0 commit comments

Comments
 (0)