feat: add angular library

This commit is contained in:
Bogdan Ivanov 2024-06-09 08:38:36 +03:00
parent 44fc175178
commit aa20c0126c
36 changed files with 27721 additions and 993 deletions

View file

@ -135,7 +135,7 @@ function getBrowserLocale(): string | undefined {
}
function getIsDebug(): boolean {
if (process.env.NODE_ENV === 'development') {
if (process.env['NODE_ENV'] === 'development') {
return true;
}