Skip to content

Commit a3f6d3e

Browse files
authored
docs(input): mark <md-input> as deprecated (#2342)
1 parent ec8bed6 commit a3f6d3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/input/input.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export class MdInputDuplicatedHintError extends MdError {
7171
/**
7272
* Component that represents a text input. It encapsulates the <input> HTMLElement and
7373
* improve on its behaviour, along with styling it according to the Material Design.
74+
* @deprecated
75+
* @docs-private
7476
*/
7577
@Component({
7678
moduleId: module.id,

0 commit comments

Comments
 (0)