experimental: standalone About component (#3228)

This commit is contained in:
Denys Vuika
2023-05-26 09:29:31 +01:00
committed by GitHub
parent b05ce51429
commit 1a942e6820
4 changed files with 30 additions and 60 deletions

View File

@@ -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');