Skip to content

Commit 60e8392

Browse files
paulmojicatechIgorMinar
authored andcommitted
docs(core): update directives documentation (#23255)
fix(release): wrong input names in bank-account component Directive example has errors #22382 PR Close #23255
1 parent f4c56f4 commit 60e8392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/metadata/directives.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export interface Directive {
148148
* @Component({
149149
* selector: 'app',
150150
* template: `
151-
* <bank-account bank-name="RBC" account-id="4747"></bank-account>
151+
* <bank-account bankName="RBC" account-id="4747"></bank-account>
152152
* `
153153
* })
154154
* class App {}
@@ -857,7 +857,7 @@ export interface InputDecorator {
857857
* @Component({
858858
* selector: 'app',
859859
* template: `
860-
* <bank-account bank-name="RBC" account-id="4747"></bank-account>
860+
* <bank-account bankName="RBC" account-id="4747"></bank-account>
861861
* `
862862
* })
863863
*

0 commit comments

Comments
 (0)