Skip to content

Add Support to scan code for Props using the Props decorator

Compare
Choose a tag to compare
@Macavity Macavity released this 08 Jan 10:17
· 380 commits to master since this release
5e7690a

Adds support for registering props with the @props decorator syntax:

@Prop({ type: String, default: 'foo' }) readonly test!: string;