mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
|
|
export function log(message: string) {
|
||
|
|
console.log(message);
|
||
|
|
}
|