twitter bootstrap - Module @angular/core/index has no exported member "SimpleChanges" -


i'm trying use ng2-bootstrap inside angular 2 application struggling basics. have installed package via npm , trying load tabs solution. component includes lines

import {core_directives} '@angular/common'; import {tab_components} 'ng2-bootstrap/ng2-bootstrap'; 

... , minified js file referenced in index.html file.

when try , transpile using gulp build following error

error ts2307: cannot find module '@angular/forms' 

... when install angular forms error reverts to

module ... @angular/core/index has no exported member "simplechanges" 

can please point novice in right direction.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -