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.
npm install ngmigrateNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs ngmigrate globally and runs migration on Angular source files in the current directory.
Ensure the project is in a git repository or backed up before running ngmigrate.
Manually handle other Angular migrations or use more comprehensive tools like ng update.
Install globally: npm i -g ngmigrate, then run ngmigrate.
No dependency data recorded yet.