Angular References

Angular Documentation
Documentation
Angular Animations

Angular Material
Angular Components

Bootstrap
Bootstrap Quick Start
You only apply bootstrap for the Grid System. Use Angular Material for components.

Install Chocolatey on Windows

Run the below from terminal with Admin Rights
You can open your terminal in admin mode by searching for it then right clicking on command prompt and open as administrator

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Javascript Cron Job

Create a page and add this to it. It will run the page every time someone loads the page or for whatever duration you set yourself.

setTimeout(function() {
  location.reload();
}, 5000);

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

Search

Your Favourite Posts

  • Your favorites will be here.

Latest Content

© Garth Baker 2025 All rights reserved.

Pin It on Pinterest

Share This