diff --git a/src/demo-app/a11y/chips/chips-a11y.html b/src/demo-app/a11y/chips/chips-a11y.html
index 7b9527656c09..466003f84aec 100644
--- a/src/demo-app/a11y/chips/chips-a11y.html
+++ b/src/demo-app/a11y/chips/chips-a11y.html
@@ -23,8 +23,9 @@
Removable chips in a form field
-
+
{{person.name}}
+ cancel
= 0) {
this.people.splice(index, 1);
+ this.snackBar.open(`${person.name} deleted`, '', {duration: 2000});
}
}
@@ -61,10 +74,4 @@ export class ChipsAccessibilityDemo {
}
- availableColors = [
- { name: 'none', color: '' },
- { name: 'Primary', color: 'primary' },
- { name: 'Accent', color: 'accent' },
- { name: 'Warn', color: 'warn' }
- ];
}