Posts

Showing posts from July, 2020

Setup Environment For Angular App

Hi Friends, This is Lakshman here. Let's take out the first step against " Angular Best Practices ". As Initial, we will discuss best of option to " Setup Environment For Angular App Development. " Currently, there are various ways to Setup Dev-Environment in different platform. On this, we will set up for Window Platform. In Windows: We do hick of mistakes on installing angular dependencies by Manual in Windows. Node.JS Usually, we download the Current Version instead of LTS Version because we want to work on the latest technologies "That First Issue."   because each angular application has its node-sass dependencies for SCSS Files which supported by LTS version, but not in Current Version.            Point : Always Use  LTS Version  of Node.JS Angular CLI Always install the Angular CLI If you are required to create a new Angular Project.  The reason behind is every existing angular project consist of Angular-CLI inside Dev Dependencies. So we c