Closed
Description
Bug, feature request, or proposal:
Maybe a proposal.
What is the expected behavior?
I'd expect all interfaces/types to have the Mat
prefix for consistency.
What is the current behavior?
Not sure if it was intentional, but there are some interfaces/types that aren't prefixed by Mat
.
Ex.:
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
5x.
Is there anything else we should know?
You should already know this, but anyway to find all interfaces/types that aren't prefixed by Mat
, you can search using the following regex export (interface|type) [^M]
.