KKaimainshabang.dev·Jun 21, 2022 · 2 min read5 Angular 14 hottest new featuresAngular 14 was released in June 2022 and includes various new features that will assist to reduce code complexity, make it more type-safe, decrease needless code size, and be more supporting in raising errors/warnings if something wrong occurs in tem...00
KKaimainshabang.dev·Jun 20, 2022 · 10 min readAngular 14 File Upload and FormDataUploading files and images is a common problem in web development and you’ll often encounter a requirement for implementing file uploading in your apps. Depending on your chosen framework or library. For example, Angular, React, or Vue you’ll have di...00
KKaimainshabang.dev·Apr 6, 2021 · 1 min readHow to generate Angular components in a specific folder?Guest post by Ahmed Bouchefra, check out the Angular newsletter for more tips. More often than not, we need to generate our Angular components inside specific folders for the sake of better structuring our application. This is how I use Angular CLI t...00
KKaimainshabang.dev·Feb 25, 2021 · 10 min readAngular 13 File Upload and FormDataUploading files and images is a common problem in web development and you’ll often encounter a requirement for implementing file uploading in your apps. Depending on your chosen framework or library. For example, Angular, React, or Vue you’ll have di...00
KKaimainshabang.dev·Feb 24, 2021 · 3 min readUsing Multiple Node.js Versions with NVMnvm stands for Node Version Manager and allows developers to easily manage and switch between different Node versions in the same development machine. It provides a set of commands that you can use to install any version with a single command, set a...00