mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 16:56:11 +01:00
theme run classes
This commit is contained in:
parent
e7595af72c
commit
9d0fef1dd3
7 changed files with 55 additions and 20 deletions
|
|
@ -51,3 +51,5 @@ export class colorHelper {
|
|||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
export const isMobile = () => (/android|webos|iphone|ipad|ipod|blackberry|windows phone/).test(navigator.userAgent.toLowerCase());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue