Skip to content

Commit

Permalink
use rel path to import library in example
Browse files Browse the repository at this point in the history
  • Loading branch information
alienlike committed Dec 22, 2016
1 parent ef39a94 commit 4729929
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/app/app.module.ts
Original file line number Diff line number Diff line change
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 './ng2-ol';
import { AngularOpenlayersModule } from '../../../dist';

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

Expand Down
1 change: 0 additions & 1 deletion example/src/app/ng2-ol

This file was deleted.

0 comments on commit 4729929

Please sign in to comment.