feat: add angular library
This commit is contained in:
parent
44fc175178
commit
aa20c0126c
36 changed files with 27721 additions and 993 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue