We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeefa1 commit 7b9c25cCopy full SHA for 7b9c25c
README.md
@@ -54,7 +54,7 @@ import { CodeInputModule } from 'angular-code-input';
54
CodeInputModule.forRoot({
55
codeLength: 6,
56
isCharsCode: true,
57
- code: 'abcd'
+ code: 'abcdef'
58
}),
59
]
60
})
angular-code-input/README.md
0 commit comments