Closed genesistms closed 2 years ago
@GenesisTMS I think it's really good to talk about "ChangeDetectionStrategy" because there is little documentation about it. And I think it's very important to also talk about creating custom UI components, with simple examples of Custom Button , Selects, Inputs, DataTables etc, this would help many newbie developers, I had to learn about it by analyzing the source code of many components made in Angular TypeScript or even done with old versions of AngularDart, it was quite difficult.
@GZGavinZhao This issue can be closed. I will eventually create issues based on additional ideas.
And migration page can be updated.
Would like to update Lifecycle page.
Todo
AfterChanges
example. (https://github.com/angulardart-community/site-angulardart/pull/44)... please comment what changes you would like ...
Ideas
DoCheck
is called so many times. What change detection cycle means.This can be confusing to users:
What are these undetectable changes.
ChangeDetectionStrategy
.markForCheck
andmarkChildForCheck
reference pages.)