You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository's issues are reserved for feature requests and bug reports.
Do you want to request a feature or report a bug?
bug
Bug Report
Cannot build app using Angular CLI with Angular CLI 1.0 and Angular 4.0. @angular/flex-layout dependency inside Covalent is currently at beta7, which does not work with Angular 4 building, but it has been fixed in beta8.
The error I currently get is: 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 /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/src/metadata/ng_module.d.ts, resolving symbol NgModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/src/metadata.d.ts, resolving symbol NgModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/src/core.d.ts, resolving symbol NgModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/index.d.ts, resolving symbol FlexLayoutModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/flexbox/_module.d.ts, resolving symbol FlexLayoutModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/flexbox/_module.d.ts
The text was updated successfully, but these errors were encountered:
Thanks for the issue! We are actually gonna remove the dependency since CovalentCoreModule has been deprecated and there is no real use for that module internally.
…closes#502) (#567)
* chore(dependencies): removal of flex-layout dependency
since CovalentCoreModule has been removed, there is really no use for @angular/flex-layout inernally. we will leave it to the developer to include it on demand.
* chore(): update yarn.lock with latest
This repository's issues are reserved for feature requests and bug reports.
Do you want to request a feature or report a bug?
bug
Bug Report
Cannot build app using Angular CLI with Angular CLI 1.0 and Angular 4.0. @angular/flex-layout dependency inside Covalent is currently at beta7, which does not work with Angular 4 building, but it has been fixed in beta8.
The error I currently get is:
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 /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/src/metadata/ng_module.d.ts, resolving symbol NgModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/src/metadata.d.ts, resolving symbol NgModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/src/core.d.ts, resolving symbol NgModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/node_modules/@angular/core/index.d.ts, resolving symbol FlexLayoutModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/flexbox/_module.d.ts, resolving symbol FlexLayoutModule in /myapp/node_modules/@covalent/core/node_modules/@angular/flex-layout/flexbox/_module.d.ts
The text was updated successfully, but these errors were encountered: