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.

10 lines (9 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const renaming_rule_1 = require("../../utils/renaming-rule"); const renames = { IfModule: '@rx-angular/template/if', RxIf: '@rx-angular/template/if', RxIfViewContext: '@rx-angular/template/if', }; exports.default = (0, renaming_rule_1.renamingRule)('@rx-angular/template/experimental/if', renames);