Angular Standalone Components free eBook #shorts
Free eBook about hot and new topic: Angular Standalone Components and APIs written by well known expert Manfred Steyer.
Everyweb.co – Web is everywhere!
Get the advantage offered by modern technology
Free eBook about hot and new topic: Angular Standalone Components and APIs written by well known expert Manfred Steyer.
Angular has a Change Detector mechanism attached to each component that is responsible for synchronizing data between the component and its theme. It is thanks to this mechanism that the DOM tree of our entire application reflects the current state of the application. We have two change detection strategies available (ChangeDetectionStrategy): Default OnPush The third, …
Continue reading “Change Detection and performance in Angular”
TypeScript typing is an indisputable help in writing safe and readable code. In the case of operating on data that comes from external sources, we can use generators, which will create for us data models and services needed to work with them. It is a requirement to have documentation that accurately describes each contract. Using …
Continue reading “Generate Angular models and services from OpenAPI and GraphQL”