
Artem Mangilev
@ArtemMangilev
Followers
101
Following
3K
Media
211
Statuses
1K
Software Engineer, ngx-vflow author
Astana
Joined October 2020
RT @DanielGlejzner: Job ad: “Need React dev with 10 yrs exp!”. Dev: “10 yrs in Vue; can master React’s specifics quickly - core concepts ar….
0
17
0
I think it's better to teach people using the new Angular features. In this case, it should be the input signal, as decorator inputs may get deprecated in the near future.
🚀 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 👉
0
0
1
Wow, @denwaya34 wrote a great article about ngx-vflow! It covers the basics of quickly drawing a simple flow using the default UI. (Sadly, I don't speak Japanese, but Chrome Translate helped me).
zenn.dev
0
0
7
I would do this:. - provide a service with a subject at the parent component level.- create an outputFromObservable(service.subject$) in the parent component.- inject this service into a deeply nested child component, next() the subject there.
Hey Angular folks,. What's the best approach to populate an event from some deeply nested component to the very top parent component?. #angular #FrontEndDeveloper #frontend
0
0
1
Hi #Angular! Pushed a small release of ngx-vflow@1.6 with:. - ng-template context type improvements (context is no longer any!).- Some edge API changes, described in more detail on Reddit.
reddit.com
Explore this post and more from the Angular2 community
0
3
17
Hi #Angular! The edge reconnection feature is coming to ngx-vflow. The API will be dead simple:.1. Watch for the onReconnect event. 2. Remove the old edge and create a new one. 2. Feed the new state back into the library. ⭐️star it to stay updated:
0
3
51
Hi #Angular! After two months of feature freeze, I'm continuing to add new quality-of-life improvements to ngx-vflow. In 1.2 I added:. - Snap to grid.- Text edge labels (previously, required an ng-template, even for simple labels).
1
9
58