@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) • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const renaming_rule_1 = require("../../utils/renaming-rule");
const renames = {
ForModule: '@rx-angular/template/for',
RxFor: '@rx-angular/template/for',
RxForViewContext: '@rx-angular/template/for',
};
exports.default = (0, renaming_rule_1.renamingRule)('@rx-angular/template/experimental/for', renames);