Posts

Showing posts from January, 2021

Personal Portfolio Using Angular

Image
  Technology : Angular 8, BootStrap,HTML5,CSS3. Github Link:  https://github.com/mehulk05/Personal-Portfolio-Angular-Updated Working Demo:  https://personal-portfolio0320.000webhostapp.com/ Angular  is one of the most popular Javascript frameworks in the world for building modern web applications. Angular is created & developed by  Google  and has huge community support behind it. I made my Personal Portfolio Using Angular 8. Though I have used Angular8 there is not much difference in other versions of angular Prerequisites for an Angular 8 Project Angular brings a solution to deal with all of the configurations:  Angular CLI . We can start developing an Angular project within a couple of minutes by using Angular CLI. 1. Node js version 10.9.0 2. Npm (version 8.x or 10.x). What is Angular CLI? CLI stands for  Command Line Interface.  Angular CLI is being used for automating operations in Angular projects rather than doing them manually. CLI supports developers in an Angular proj