[ADF-2973] Angular pipe to get application configuration settings (#3301)

* app config pipe

* update docs
This commit is contained in:
Denys Vuika
2018-05-10 14:25:45 +01:00
committed by Eugenio Romano
parent 7afcd24488
commit b66154773a
6 changed files with 81 additions and 2 deletions

View File

@@ -16,5 +16,6 @@
*/
export * from './app-config.service';
export * from './app-config.pipe';
export * from './app-config.module';