File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ by default in Angular versions 8 and below.
3636If your application provides a custom [ ` HAMMER_GESTURE_CONFIG ` ] [ 1 ] and also references the
3737deprecated Angular Material ` GestureConfig ` , the migration will print a warning about
3838ambiguous usage. The migration cannot migrate your project automatically and manual changes
39- are required. Read more [ in the dedicated section] ( #The -migration-reported-ambiguous-usage-What -should-I -do ) .
39+ are required. Read more [ in the dedicated section] ( #the -migration-reported-ambiguous-usage-what -should-i -do ) .
4040
4141### How does the schematic remove HammerJS?
4242
@@ -62,12 +62,12 @@ import 'hammerjs';
6262
6363The migration cannot automatically remove HammerJS from tests. Please manually clean up
6464the test setup and resolve any test issues. Read more in a
65- [ dedicated section for test migration] ( #How -to-migrate-my-tests ) .
65+ [ dedicated section for test migration] ( #how -to-migrate-my-tests ) .
6666
6767### How do I migrate references to the deprecated ` GestureConfig ` ?
6868
6969The ` GestureConfig ` can be consumed in multiple ways. The migration covers the most common cases.
70- The most common case is that an ` NgModule ` in your application directly provides ` GestureConfig ` :
70+ The most common case is that an ` NgModule ` in your application directly provides ` GestureConfig ` :
7171
7272``` typescript
7373import {GestureConfig } from ' @angular/material/core' ;
You can’t perform that action at this time.
0 commit comments