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 f4c56f4 commit 60e8392Copy full SHA for 60e8392
packages/core/src/metadata/directives.ts
@@ -148,7 +148,7 @@ export interface Directive {
148
* @Component({
149
* selector: 'app',
150
* template: `
151
- * <bank-account bank-name="RBC" account-id="4747"></bank-account>
+ * <bank-account bankName="RBC" account-id="4747"></bank-account>
152
* `
153
* })
154
* class App {}
@@ -857,7 +857,7 @@ export interface InputDecorator {
857
858
859
860
861
862
863
*
0 commit comments