Monthly Archives: April 2020
How to pass data to Angular components?
Today I would like to discuss two methods of sharing state between components. Say, we have record detail page, which is page for viewing record data. It has summary component inside. 1) Container – component design pattern. Here Container deals with data fetching and passes the data to subcomponent. After closing page fetched data gets […]