Skip to content

Commit

Permalink
Merge pull request #32 from navedqb/fix--16256
Browse files Browse the repository at this point in the history
fix: MultiSelect template demo
  • Loading branch information
navedqb authored Aug 21, 2024
2 parents f133858 + bf1f669 commit 0ecaa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/multiselect/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class MultiSelectTemplateDemo implements OnInit {
selectedCountries!: Country[];
constructor() {
ngOnInit() {
this.countries = [
{ name: 'Australia', code: 'AU' },
{ name: 'Brazil', code: 'BR' },
Expand Down

0 comments on commit 0ecaa30

Please sign in to comment.