ChuckkNorris / ng2-bootstrap-grid

Angular 2 library for integrating only the grid features of the bootstrap library in your application
2 stars 0 forks source link

Error encountered resolving symbol values statically. #2

Open zapphyre opened 7 years ago

zapphyre commented 7 years ago

I have converted my project to angular-cli with webpack, now I'm getting this error: ERROR in Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol NgModule in /home/tepo/IdeaProjects/vedica-gui/node_modules/ng2-bootstrap-grid/node_modules/@angular/core/src/metadata/ng_module.d.ts, resolving symbol NgModule in /home/tepo/IdeaProjects/vedica-gui/node_modules/ng2-bootstrap-grid/node_modules/@angular/core/src/metadata.d.ts, resolving symbol NgModule in /home/tepo/IdeaProjects/vedica-gui/node_modules/ng2-bootstrap-grid/node_modules/@angular/core/src/core.d.ts, resolving symbol NgModule in /home/tepo/IdeaProjects/vedica-gui/node_modules/ng2-bootstrap-grid/node_modules/@angular/core/index.d.ts, resolving symbol BootstrapGridModule in /home/tepo/IdeaProjects/vedica-gui/node_modules/ng2-bootstrap-grid/index.ts, resolving symbol BootstrapGridModule in /home/tepo/IdeaProjects/vedica-gui/node_modules/ng2-bootstrap-grid/index.ts enviroment: Linux ` % ng v


/ \ | | / | | | | / △ \ | ' \ / ` | | | | |/ ` | '| | | | | | | / | | | | (| | || | | (| | | | |__| | | | // __| ||_, |_,||_,|| __|__|| |/ @angular/cli: 1.2.0 (e) node: 7.7.3 os: linux x64 @angular/animations: 4.0.3 @angular/cdk: 2.0.0-beta.8 @angular/common: 4.0.3 @angular/compiler: 4.0.3 @angular/core: 4.0.3 @angular/forms: 4.0.3 @angular/http: 4.0.3 @angular/material: 2.0.0-beta.8 @angular/platform-browser: 4.0.3 @angular/platform-browser-dynamic: 4.0.3 @angular/router: 4.0.3 @angular/cli: 1.2.0 @angular/compiler-cli: 4.0.3 @angular/language-service: 4.0.3 @ngtools/webpack: 1.5.0 ` how to deal with this?

ChuckkNorris commented 7 years ago

I have not yet updated this library to support Angular 4 - I'll try to get to it this weekend. Sorry for the late reply.