Skip to content

Commit

Permalink
XS✔ ◾ ✏️ Updated rule - Do you know why Angular is great? (#9345)
Browse files Browse the repository at this point in the history
✏️ Updated rule - Do you know why Angular is great?
  • Loading branch information
jeoffreyfischer authored Oct 4, 2024
1 parent ae6e7ea commit 490ed9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rules/why-angular-is-great/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Angular's modular architecture allows developers to organize code into modules,

Angular uses two-way data binding, which automatically synchronizes the data between the model and the view. This simplifies the development process by reducing the amount of boilerplate code needed to keep the model and view in sync.

### Mediator Patterns
### Reactive Forms

When using form binding in Angular, Reactive Forms allow you to separate form inputs from the application logic. This gives you direct control over how, or whether or not form inputs alter the state of the application. For more details, refer to the [Reactive Forms guide](https://angular.dev/guide/forms/reactive-forms).

Expand Down Expand Up @@ -55,6 +55,10 @@ Angular has a rich ecosystem supported by Google and a vibrant community. This e

Angular is designed with testability in mind, providing tools and features to easily write unit tests, integration tests, and end-to-end tests. The framework includes testing utilities and works seamlessly with testing frameworks like Jasmine and Protractor.

### Comprehensive Documentation and Learning Resources

Angular offers extensive documentation and a variety of learning resources, including tutorials, guides, and examples. This helps developers at all levels quickly understand the framework and its features, facilitating faster onboarding and skill development. For more details, visit [Angular docs](https://angular.dev/overview).

### References

* [Angular - A platform for building mobile and desktop web applications](https://angular.dev)

0 comments on commit 490ed9e

Please sign in to comment.