Skip to content

Commit 15ae8ab

Browse files
committed
Export service so that apps can use it
1 parent f9b5faa commit 15ae8ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-contentful-service",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/app/modules/contentful/contentful.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { ModuleWithProviders, NgModule } from '@angular/core';
22
import { CommonModule } from '@angular/common';
33
import { Config} from './config';
44
import { ContentfulService } from './contentful.service';
5+
export { ContentfulService } from './contentful.service';
56

67
@NgModule({
78
imports: [

0 commit comments

Comments
 (0)