Skip to content

Commit

Permalink
Fix aot and prod error
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Jul 11, 2018
1 parent 7d7ae2a commit 02fe84a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agm-direction",
"description": "directive for agm (not official)",
"version": "0.5.9",
"version": "0.6.0",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion playground/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AppComponent {
BrowserModule,
FormsModule,
AgmCoreModule.forRoot({ // @agm/core
apiKey: '',
apiKey: 'AIzaSyDFTKbcSXEN22pUx3zfaabEOGyy7oOZtmI',
}),
AgmDirectionModule
]
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { NgModule, ModuleWithProviders } from '@angular/core';
import { AgmDirection } from './agm-direction.directive';

export * from './agm-direction.directive';

@NgModule({
imports: [],
declarations: [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agm-direction",
"description": "directive for agm (not official)",
"version": "0.5.9",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/explooosion/Agm-Direction"
Expand Down

0 comments on commit 02fe84a

Please sign in to comment.