Skip to content

Commit

Permalink
Update prefixsuffixdoc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
uebelmar authored Feb 19, 2024
1 parent 9f9cdef commit 0cd9ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/inputnumber/prefixsuffixdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { Component } from '@angular/core';
selector: 'input-number-prefix-suffix-demo',
templateUrl: './input-number-prefix-suffix-demo.html'
})
export class InputNumberPrefixSsuffixDemo {
export class InputNumberPrefixSuffixDemo {
value1: number = 20;
value2: number = 50;
Expand Down

0 comments on commit 0cd9ac5

Please sign in to comment.