Skip to content

Commit

Permalink
Revert "use rel path to import library in example"
Browse files Browse the repository at this point in the history
This reverts commit 4729929.
  • Loading branch information
alienlike committed Dec 22, 2016
1 parent 6cc7c62 commit 39236ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/app/app.module.ts
Expand Up @@ -2,7 +2,7 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { AngularOpenlayersModule } from '../../../dist';
import { AngularOpenlayersModule } from './ng2-ol';

import { AppComponent } from './app.component';

Expand Down
1 change: 1 addition & 0 deletions example/src/app/ng2-ol

0 comments on commit 39236ed

Please sign in to comment.