Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarobock authored May 11, 2017
1 parent f49e0f2 commit 806cac8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ Key | Range | Does
</horizontal-split-pane>

```
**Import **
```typescript
// Pleas note the module is no in the root
import { SplitPaneModule } from 'ng2-split-pane/lib/ng2-split-pane';

@NgModule({
declarations: [
AppComponent
],
imports: [
SplitPaneModule
],
bootstrap: [AppComponent]
})
export class AppModule { }
```


## Events
Expand Down

0 comments on commit 806cac8

Please sign in to comment.