Extend the flexibility of the Prop decorator syntax
Added support for these patterns:
@Prop({ default: 'I\'m a text' }) readonly propPresentWithApostrophe!: string;
@Prop({ default: '[email protected]' }) readonly propPresentWithAt!: string;
Added support for these patterns:
@Prop({ default: 'I\'m a text' }) readonly propPresentWithApostrophe!: string;
@Prop({ default: '[email protected]' }) readonly propPresentWithAt!: string;