angulardart-community / site-angulardart

AngularDart community-maintained documentation site!
https://angulardart.xyz
32 stars 8 forks source link

Update Lifecycle-Hooks #41

Closed genesistms closed 2 years ago

genesistms commented 2 years ago

Would like to update Lifecycle page.

Todo

... please comment what changes you would like ...

Ideas

This can be confusing to users:

Detect and act upon changes that Angular can’t or won’t detect on its own

What are these undetectable changes.

insinfo commented 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.

genesistms commented 2 years ago

@GZGavinZhao This issue can be closed. I will eventually create issues based on additional ideas.

And migration page can be updated.