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.
36
36
If your application provides a custom [ ` HAMMER_GESTURE_CONFIG ` ] [ 1 ] and also references the
37
37
deprecated Angular Material ` GestureConfig ` , the migration will print a warning about
38
38
ambiguous 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 ) .
40
40
41
41
### How does the schematic remove HammerJS?
42
42
@@ -62,12 +62,12 @@ import 'hammerjs';
62
62
63
63
The migration cannot automatically remove HammerJS from tests. Please manually clean up
64
64
the 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 ) .
66
66
67
67
### How do I migrate references to the deprecated ` GestureConfig ` ?
68
68
69
69
The ` 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 ` :
71
71
72
72
``` typescript
73
73
import {GestureConfig } from ' @angular/material/core' ;
You can’t perform that action at this time.
0 commit comments