by Garth | Oct 22, 2019 | Angular
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...
by Garth | Oct 22, 2019 | Angular
https://material.angularjs.org/1.1.0/demo/chips
by Garth | Oct 22, 2019 | Angular
https://material.angularjs.org/1.1.0/demo/colors
by Garth | Oct 1, 2019 | Angular
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
by Garth | Sep 12, 2019 | Angular
->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...