Partial forms or views allows us to re-use the common logic and code and plug into various parts of the application as and when required. In this topic, I have explained how to achieve this by creating the sample angular 2+ application using reactive forms.
Being a service provider, it is necessary to achieve targeting projects for the company. But before that, it is important to obtain the first step of the project life cycle which is requirement gathering and analysis. To accomplish the first step, a service provider needs to write a robust, effective and impressive approach. This blog is a guideline to achieve 'How to write an Effective Approach'.
Sometimes there can be a requirement to show the progress of file upload on the server on the client side. In this topic, I will show you how this can be done using http calls as well as fake waiter (useful to emulate the progress of file upload instead of uploading on the server)
Basically, state management is important in any client side javascript framework such as Angular (CLI), Vue or React. In this topic, I have explained ReactJS 16.0 + version with the react-redux package. A sample application is created, which is covering all the basic react-redux concepts including Store, Reducers, Actions and Action creators.