mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1586] Updated paths of import statements in docs (#2735)
This commit is contained in:
committed by
Eugenio Romano
parent
8834b0c2d2
commit
2f07fa339d
@@ -65,7 +65,7 @@ Below is a simple example of using the AppConfigService in practice.
|
||||
**app.component.ts**
|
||||
|
||||
```ts
|
||||
import { AppConfigService } from 'ng2-alfresco-core';
|
||||
import { AppConfigService } from 'lib/core/app-config';
|
||||
|
||||
@Component({...})
|
||||
export class AppComponent {
|
||||
|
Reference in New Issue
Block a user