Skip to content

Commit

Permalink
fixup! feat(material-experimental/mdc-form-field): separate out text …
Browse files Browse the repository at this point in the history
…and icon prefixes/suffixes
  • Loading branch information
mmalerba committed Feb 24, 2021
1 parent fc17419 commit e6c7866
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const MAT_PREFIX = new InjectionToken<MatPrefix>('MatPrefix');

/** Prefix to be placed in front of the form field. */
@Directive({
/** @breaking-change 13.0.0 remove [matPrefix] */
selector: '[matPrefix], [matIconPrefix], [matTextPrefix]',
providers: [{provide: MAT_PREFIX, useExisting: MatPrefix}],
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const MAT_SUFFIX = new InjectionToken<MatSuffix>('MatSuffix');

/** Suffix to be placed at the end of the form field. */
@Directive({
/** @breaking-change 13.0.0 remove [matSuffix] */
selector: '[matSuffix], [matIconSuffix], [matTextSuffix]',
providers: [{provide: MAT_SUFFIX, useExisting: MatSuffix}],
})
Expand Down

0 comments on commit e6c7866

Please sign in to comment.