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"
@"%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"
@"%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);
setTimeout(function() {
location.reload();
}, 5000);
setTimeout(function() { location.reload(); }, 5000);
Angular Update
ng update @angular/cli @angular/core --force
ng update @angular/cli @angular/core --force
ng update @angular/cli @angular/core --force
npm install @angular/core@5.2.3 --save
npm install @angular/core@5.2.3 --save
npm install @angular/core@5.2.3 --save
Contact Form Submissions
This Plugin is Built for Contact Form 7
© Garth Baker 2025 All rights reserved.