How would you implement visual customization of a reusable component for different projects (different colors, styles)?
Frontend
What non-standard linting rules might be useful for an Angular project?
How would you use a third-party UI library (e.g., date picker) to minimize risks when updating or replacing it?
How was the dynamic forms scheme implemented in the promotion builder - on the frontend or received from the backend?
How would you implement a common component for different payment providers with different endpoints, parameters, and response formats, but a unified UI?
Is it possible to completely abandon RxJS in favor of signals in modern Angular?
Compare your experience working with Material and Taiga UI - what did you like, what did not, and what are the key differences?
What is the key difference between Tailwind and other CSS frameworks (Bootstrap, Material)?
Tell us about the team structure and development processes in the project.
Tell us about the implementation of CDK Virtual Scroll - what problems did you solve and what difficulties did you encounter?
Tell us about your work experience and your most recent project
What are the main disadvantages and problems of signals, especially when working with effects?
Have you worked with Server-Side Rendering (SSR) or Static Site Generation (SSG) in Angular?
How does a component determine which environment (project) it is in and which business logic to use?
How was the module for integrating with four POS systems based on a common reusable component implemented, considering different APIs?
Have you worked with NX and cyclic dependencies in monorepos? Why can't lazy-loaded modules be imported into eager modules?