Skip to content

Extend the flexibility of the Prop decorator syntax

Compare
Choose a tag to compare
@Macavity Macavity released this 31 Jan 13:28
· 373 commits to master since this release
ce8247d

Added support for these patterns:

@Prop({ default: 'I\'m a text' }) readonly propPresentWithApostrophe!: string;
@Prop({ default: '[email protected]' }) readonly propPresentWithAt!: string;