Skip to content

Commit

Permalink
update multiselect chipsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jul 30, 2024
1 parent d90f82f commit 5b1a944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/multiselect/chipsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ChipsDoc implements OnInit {
[showClear]="true" />
</div>`,

typescript: `import { Component, OnInit } from '@angular/core';
typescript: `import { Component } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { MultiSelectModule } from 'primeng/multiselect';
Expand All @@ -67,7 +67,7 @@ interface City {
standalone: true,
imports: [FormsModule, MultiSelectModule]
})
export class MultiSelectChipsDemo implements OnInit {
export class MultiSelectChipsDemo {
cities!: City[];
selectedCities!: City[];
Expand Down

0 comments on commit 5b1a944

Please sign in to comment.