Angular Detect Chromebook

var chromeOS = /(CrOS)/.test(navigator.userAgent);
Friendly Hawk