From 806cac82cd9f4f31af513d9a4f4b6f438da2d8b3 Mon Sep 17 00:00:00 2001 From: Lautaro Cozzani Date: Thu, 11 May 2017 14:37:06 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f7aaa01..4d34ea7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,22 @@ Key | Range | Does ``` +**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