Browse Source

Merge pull request #5294 from abpframework/docs/environment

docs: fix bold environment word
pull/5310/head
Bunyamin Coskuner 6 years ago
committed by GitHub
parent
commit
7eb6cbc3f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Environment.md

2
docs/en/UI/Angular/Environment.md

@ -1,6 +1,6 @@
# Environment
Every application needs some ** environment ** variables. In Angular world, this is usually managed by `environment.ts`, `environment.prod.ts` and so on. It is the same for ABP as well.
Every application needs some **environment** variables. In Angular world, this is usually managed by `environment.ts`, `environment.prod.ts` and so on. It is the same for ABP as well.
Current `Environment` configuration holds sub config classes as follows:

Loading…
Cancel
Save