mdbootstrap / mdb-angular-ui-kit

Angular 18 & Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/angular/
Other
1.12k stars 282 forks source link

ERROR in Illegal State: referring to a type without a variable "name":"WavesDirective","members":[]} #130

Closed maximegheraille closed 5 years ago

maximegheraille commented 5 years ago

Expected behavior

production build working without errors

Actual behavior

ERROR in Illegal State: referring to a type without a variable

Your working environment and MDB version information

Technology: Angular MDB Version: 8.5.0

Resources (screenshots, code snippets etc.)

his is the errorThis is the file where the erros comes from 1 2 package.json 3 angular.json. 4

idzark commented 5 years ago

I'm going to close this because I already answered on our support forum: https://mdbootstrap.com/support/angular/error-in-illegal-state-referring-to-a-type-without-a-variable/

If anyone have the same problem, please try to downgrade your angular/cli and angular-devkit/build-angular packages versions to:

    "@angular-devkit/build-angular": "~0.802.0",
    "@angular/cli": "~8.2.2"