Explore State Management and Additional Demos
mainThe repository includes specialized folders for advanced topics. To run these, navigate to the specific folder and follow the standard npm install and ng serve process.
State Management Demos
- State - DIY Store: Located in
state-management/diy-store. Starts with a simple "do it yourself" store using subjects and observables. - State - NgRx: Located in
state-management/ngrx. - State - ngrx-data: Located in
state-management/ngrx-data. - State - Observable Store: Located in
state-management/observable-storeusing the Observable Store library.
Other Specialized Demos
- Cloning: Located in the
cloningfolder. - Input/Output Properties: Located in the
input-output-demoproject. - Shared Library: Located in the
shared-library-exampleproject.