UNPKG

@rx-angular/state

Version:

@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular

6 lines (5 loc) 256 B
import { Rule } from '@angular-devkit/schematics'; import { Pattern } from 'ng-morph'; type RenameConfig = Record<string, string | [string, string]>; export declare function renamingRule(packageName: Pattern, renames: RenameConfig): () => Rule; export {};