From 073f45c94b1b96aa01367c1da8fa5ecfc954c225 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 23 Jul 2018 17:26:39 -0400 Subject: [PATCH] docs(breaking): add link to migration linter --- angular/BREAKING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index 4d1423652a..1ea63ff03f 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -1,6 +1,12 @@ # Breaking Changes +## Migration Linter + +Looking for a tool that automatically warns (and sometimes fixes) the breaking changes listed? Check out our [migration linter](https://github.com/ionic-team/v4-migration-tslint)! + +## Components + A list of the breaking changes introduced in Ionic Angular v4. - [Action Sheet](#action-sheet) @@ -15,7 +21,7 @@ A list of the breaking changes introduced in Ionic Angular v4. - [Fixed Content](#fixed-content) - [Grid](#grid) - [Icon](#icon) -- [Input](#Input) +- [Input](#input) - [Item](#item) - [Item Divider](#item-divider) - [Item Options](#item-options)