Base solution for your next web application

Activities of "affern2"

Thank you @ismcagdas. Now everything works great!

Thank you @ismcagdas It helped me a lot. Now it's just this package (ng2modules-easypiechart) left that obviously does not work with Ivy.

*ERROR in node_modules/ng2modules-easypiechart/easypiechart.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of MainModule, but could not be resolved to an NgModule class.

This likely means that the library (ng2modules-easypiechart) which declares EasyPieChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.*

Do you know of a similar pie chart that I can use instead?

I disabled Ivy and fixed all the bugs. Then it will run if I disable AOT. But when I enable Ivy, it shows a lot of new bugs. Many of them are in the Account templates. I will try to fix them.

hi @ismcagdas

I updated these packages: "@swimlane/ngx-charts": "13.0.0", "abp-ng2-module": "6.0.0", "ngx-bootstrap": "5.2.0", "primeng": "9.1.0", "ts-node": "8.3.0", "tslib": "1.10.0",

and added these primeng dependencies:
"chart.js": "^2.9.3",
"@fullcalendar/core": "^5.1.0",

I also removed import of AbpModule in the account module (I read your post here https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5272#issuecomment-583874813)

Now the error disappeared. But now I got other errors: WARNING in Conflict: Multiple assets emit different content to the same filename 32px.png

WARNING in Conflict: Multiple assets emit different content to the same filename loading.gif

ERROR in Error: Internal Error: The name i is already defined in scope to be [object Object] at error (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:2842:15) at BindingScope.set (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:19023:17) at TemplateDefinitionBuilder.registerContextVariables (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17901:32) at C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17812:59 at Array.forEach (<anonymous>) at TemplateDefinitionBuilder.buildTemplateFunction (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17812:23) at C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:18401:60 at C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17838:81 at Array.forEach (<anonymous>) at TemplateDefinitionBuilder.buildTemplateFunction (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17838:37) at C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:18401:60 at C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17838:81 at Array.forEach (<anonymous>) at TemplateDefinitionBuilder.buildTemplateFunction (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:17838:37) at Object.compileComponentFromMetadata (C:\MyProject\angular\node_modules@angular\compiler\bundles\compiler.umd.js:19523:58) at ComponentDecoratorHandler.compile (C:\MyProject\angular\node_modules@angular\compiler-cli\src\ngtsc\annotations\src\component.js:535:34)

ERROR in multi ./node_modules/simple-line-icons/css/simple-line-icons.css ./node_modules/font-awesome/css/font-awesome.css ./node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css ./node_modules/bootstrap-select/dist/css/bootstrap-select.css ./node_modules/jquery.uniform/dist/css/default.css ./node_modules/toastr/build/toastr.css ./node_modules/jstree/dist/themes/default/style.min.css ./node_modules/jtable/lib/themes/metro/blue/jtable.min.css ./node_modules/morris.js/morris.css ./src/assets/Jcrop/css/Jcrop.css ./node_modules/bootstrap-daterangepicker/daterangepicker.css ./node_modules/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.min.css ./src/app/shared/core.less ./src/app/shared/layout/layout.less ./src/assets/bootstrap-datepicker/css/bootstrap-datepicker.min.css ./node_modules/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css ./src/assets/metronic/frontend/layout/css/blog.min.css ./src/assets/metronic/frontend/layout/css/profile.css ./src/assets/Jango/assets/plugins/animate/animate.min.css ./src/assets/Jango/assets/base/css/components.css ./src/assets/Jango/assets/base/css/plugins.css ./src/assets/Jango/assets/base/css/themes/default.css ./src/assets/Jango/assets/plugins/revo-slider/css/settings.css ./src/assets/Jango/assets/plugins/revo-slider/css/layers.css ./src/assets/Jango/assets/plugins/revo-slider/css/navigation.css ./src/assets/Jango/assets/plugins/cubeportfolio/css/cubeportfolio.min.css ./src/assets/Jango/assets/plugins/fancybox/jquery.fancybox.css ./src/assets/Jango/assets/plugins/slider-for-bootstrap/css/slider.css ./src/assets/Jango/assets/demos/index/css/custom.css ./node_modules/quill/dist/quill.core.css ./node_modules/quill/dist/quill.snow.css ./node_modules/primeng/resources/themes/omega/theme.css ./node_modules/primeng/resources/primeng.min.css ./node_modules/flag-icon-css/css/flag-icon.css ./node_modules/owl.carousel/dist/assets/owl.carousel.min.css ./node_modules/owl.carousel/dist/assets/owl.theme.default.css ./src/styles.css Module not found: Error: Can't resolve '#MyProject\angular\node_modules\primeng\resources\themes\omega\theme.css' in '#MyProject\angular'

ERROR in node_modules/ng2modules-easypiechart/easypiechart.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of MainModule, but could not be resolved to an NgModule class.

This likely means that the library (ng2modules-easypiechart) which declares EasyPieChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1 export declare class EasyPieChartModule {
                       ~~~~~~~~~~~~~~~~~~
src/account/account.module.ts:41:14 - error NG1010: Value at position 4 in the NgModule.imports of AccountModule is not a reference: [object Object]

 41     imports: [
                 ~
 42         ngCommon.CommonModule,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
 53         FooterModule
    ~~~~~~~~~~~~~~~~~~~~
 54     ],
    ~~~~~
    
    Maybe i can't use EasyPieChartModule in Angular9? 
Showing 1 to 4 of 4 entries