The controllers of component concept in Angular: part II #195
Replies: 2 comments 7 replies
-
Thank you for a great article Roman. Maybe I'm wrong and miss some context or don't know about some specific use cases, but the whole mechanism looks for me similar to how CSS cascade and CSS custom properties work. |
Beta Was this translation helpful? Give feedback.
-
I followed the whole guide and copy pasted all of the code, created a component and injected the controller into it, but it's not doing anything. It does not even seem to run. Maybe I'm missing something? Should I bundle this controller with specific type of components like textfield? |
Beta Was this translation helpful? Give feedback.
-
The second part of the "Component controllers" story:
Beta Was this translation helpful? Give feedback.
All reactions