Da FenginJavaScript in Plain EnglishUse .env Files As Angular Environment VariablesHow to configure .env files to replace Angular’s built in environment.ts files.Apr 20, 20232Apr 20, 20232
Da FenginJavaScript in Plain EnglishNestJS(Axios) Upload File From One Server To AnotherSometimes, we need to get a file posted from the client side and want to re-send the file to another server. This is slightly different…Jan 12, 2023Jan 12, 2023
Da FengRXJS Fetch All Paginated DataA typical use case of expand and reduce operator, with example and explanation provided.Oct 25, 2022Oct 25, 2022
Da FengHow To Add Routes Dynamically In AngularGet more control of routes, make application more flexible.Sep 25, 20221Sep 25, 20221
Da FengRXJS ShareReplay Explained With ExamplesDoes ShareReplay ever complete?What will happen if I use ShareReplay with forkJoin operator? How does refCount setting work?Sep 22, 2022Sep 22, 2022
Da FengHow to use APP_INITIALIZERDo some interesting things before app startsApr 21, 2022Apr 21, 2022
Da FengHow To Host Fonts And Icons Locally With WebpackYou might be wondering why we should self-hosting fonts and icons. Isn’t it more common to just link to a public CDN address for fonts and…Nov 28, 2021Nov 28, 2021
Da FengAngular Animation programmatically using Animation BuilderAngular animation gives us a way to add animations to our application and make it more fun and straightforward to use. Typically we would…Nov 1, 2021Nov 1, 2021