UNPKG

@rx-angular/template

Version:

**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.

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 {};