Angular University πŸ…°οΈ (@angularuniv) 's Twitter Profile
Angular University πŸ…°οΈ

@angularuniv

High-quality Angular Courses. Learn and keep up with the Angular Ecosystem. Helpdesk: [email protected]

ID: 712271636305674240

linkhttps://angular-university.io calendar_today22-03-2016 13:36:06

7,7K Tweet

7,7K TakipΓ§i

1,1K Takip Edilen

Angular University πŸ…°οΈ (@angularuniv) 's Twitter Profile Photo

πŸš€ Angular's @Input just got a whole lot more powerful. You can now transform values on the fly without getters/setters using transform: @Input({ transform: (value: string) => value.toUpperCase(), }) name: string; Clean. Declarative. πŸ”₯ More tricks πŸ‘‰

πŸš€ Angular's @Input just got a whole lot more powerful.

You can now transform values on the fly without getters/setters using transform:

@Input({
transform: (value: string) => value.toUpperCase(),
})
name: string;

Clean. Declarative. πŸ”₯

More tricks πŸ‘‰