INSERT INTO table_name DEFAULT VALUES
New angular app is missing environment.ts and environment.prod.ts
The ng new
command no longer automatically includes environments. You must run the following:
ng g environments
INSERT INTO table_name DEFAULT VALUES
The ng new
command no longer automatically includes environments. You must run the following:
ng g environments