Skip to content

Commit

Permalink
remove outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jan 24, 2019
1 parent 2435e46 commit 4c3f926
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/core/app-config.service.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ Example of the default settings file content:
Note that the settings in the example above are the default ones supplied with the server.
You can override the values in your custom `app.config.json` file if necessary.

You can change the path or name of the configuration file when importing the [`CoreModule`](../../lib/core/core.module.ts) in your main application.

```ts
...
@NgModule({
imports: [
...
CoreModule.forRoot({
appConfigFile: 'app.production.config.json'
})
],
...
}
export class AppModule { }
```
Below is a simple example of using the [`AppConfigService`](../core/app-config.service.md) in practice.

**[app.component](../../demo-shell/src/app/app.component.ts).ts**
Expand Down

0 comments on commit 4c3f926

Please sign in to comment.