mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
experimental: standalone About component (#3228)
This commit is contained in:
@@ -24,4 +24,4 @@
|
||||
|
||||
import { InjectionToken } from '@angular/core';
|
||||
|
||||
export const DEV_MODE_TOKEN = new InjectionToken<any>('devMode');
|
||||
export const DEV_MODE_TOKEN = new InjectionToken<boolean>('devMode');
|
||||
|
Reference in New Issue
Block a user