ngmigrate

JSON →
library 0.0.4 ·javascript abandoned
verified Jun 7, 2026

A proof-of-concept tool for automatic migration of Angular applications, specifically converting deprecated `<template>` elements to `<ng-template>` introduced in Angular 4. Version 0.0.4 is the latest, released as a PoC with no active development. It uses Angular Compiler, codelyzer, and tslint for context-aware replacement, distinguishing it from simple search/replace approaches.