Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
<mat-chip>
without parent <mat-chip-list>
should render the same styles.
chip.scss is only injected to the <mat-chip-list>
component.
What is the current behavior?
<mat-chip>
has no styles.
What are the steps to reproduce?
add <mat-chip>
to template without <mat-chip-list>
stackblitz
What is the use-case or motivation for changing an existing behavior?
i dont want to add the <mat-chip-list>
if i render only one chip
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
angular: 5.2.2
material: 5.1.0
typescript: 2.6.2
os: *
browsers: *