Skip to content

Commit

Permalink
liten fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljlo2 committed Oct 26, 2023
1 parent bd1696f commit 7da8934
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { HtmlEncodeService } from '../html-encode.service';
templateUrl: './selectablelist-documentation.component.html',
styleUrls: ['./selectablelist-documentation.component.scss']
})
export class SelectablelistDocumentationComponent implements OnInit {
export class SelectablelistDocumentationComponent {

justeringar = [
{
Expand Down Expand Up @@ -85,9 +85,6 @@ export class SelectablelistDocumentationComponent implements OnInit {
htmlEncoder.prepareHighlightedSection(this.exampleCode, 'HTML');
}

ngOnInit(): void {
}

onSelectablelistChanged(event) {
console.log(event)
}
Expand Down

0 comments on commit 7da8934

Please sign in to comment.