We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb17255 commit d9c9158Copy full SHA for d9c9158
README.md
@@ -18,7 +18,7 @@ npm i --save angular-contentful-service
18
import { BrowserModule } from '@angular/platform-browser';
19
import { NgModule } from '@angular/core';
20
import { AppComponent } from './app.component';
21
-import { ContentfulModule } from './modules/contentful/contentful.module';
+import { ContentfulModule } from 'angular-contentful-service';
22
23
@NgModule({
24
declarations: [
@@ -40,7 +40,7 @@ export class AppModule { }
40
41
```typescript
42
import { Component } from '@angular/core';
43
-import { ContentfulService } from './modules/contentful/contentful.service';
+import { ContentfulService } from 'angular-contentful-service'
44
45
@Component({
46
selector: 'app-root',
0 commit comments