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 81038d3 commit 7c0ee7fCopy full SHA for 7c0ee7f
test/ionButtonAttributesRenamed.spec.ts
@@ -8,7 +8,7 @@ describe(ruleName, () => {
8
it('should work with proper style', () => {
9
let source = `
10
@Component({
11
- template: \`<ion-button slot="start"><ion-button>\`
+ template: \`<ion-button slot="start"></ion-button>\`
12
})
13
class Bar{}
14
`;
0 commit comments