diff --git a/src/components-examples/material/chips/chips-reactive-form/chips-reactive-form-example.html b/src/components-examples/material/chips/chips-reactive-form/chips-reactive-form-example.html index 6e809960bfc5..57d9876d271d 100644 --- a/src/components-examples/material/chips/chips-reactive-form/chips-reactive-form-example.html +++ b/src/components-examples/material/chips/chips-reactive-form/chips-reactive-form-example.html @@ -6,7 +6,7 @@

Chips inside of a Reactive form

@for (keyword of reactiveKeywords(); track keyword) { {{keyword}} - @@ -18,4 +18,4 @@

Chips inside of a Reactive form

(matChipInputTokenEnd)="addReactiveKeyword($event)" /> - \ No newline at end of file + diff --git a/src/components-examples/material/chips/chips-template-form/chips-template-form-example.html b/src/components-examples/material/chips/chips-template-form/chips-template-form-example.html index e9a99a6667a3..46dd40bdeb30 100644 --- a/src/components-examples/material/chips/chips-template-form/chips-template-form-example.html +++ b/src/components-examples/material/chips/chips-template-form/chips-template-form-example.html @@ -6,7 +6,7 @@

Chips inside of a Template-driven form

@for (keyword of templateKeywords(); track keyword) { {{keyword}} -