Angular Basic API Request

If you need to Start a new Angular Project Angular Basic API Request Generate a home component ng g c home – Import HttpClient Inside your home.component.ts file import { HttpClientModule } from ‘@angular/common/http’; Import your HTTP CLIENT in your...

Angular Update

https://stackoverflow.com/questions/48626005/how-do-i-deal-with-installing-peer-dependencies-in-angular-cli ng update @angular/cli @angular/core –force npm install @angular/core@5.2.3 –save

Getting Started With a New Angular Project

->ng new AppName ->Add SCSS (I was informed it’s the convention with angular) ->cd AppName ->ng add @angular/material ->Setup Hammer JS for gesture recognition :YES ->Set up browser animations for Angular Material :Yes ->npm install ->ng serve All of this is...

Pin It on Pinterest