okta / samples-js-angular

samples-js-angular
https://github.com/okta/samples-js-angular
Other
73 stars 149 forks source link

Update to angular@15 #178

Open cavazosjoe opened 1 week ago

cavazosjoe commented 1 week ago

Cannot update custom-login/okta-signin-widget due to compilation errors.

cavazosjoe commented 1 week ago

Trying to upgrade to angular v16 results in the following error which I wasn't able to fix:

Error: src/app/app.module.ts:70:5 - error NG6002: 'SuiModalModule' does not appear to be an NgModule class.

70     SuiModalModule,
       ~~~~~~~~~~~~~~

  node_modules/@giomamaladze/ng2-semantic-ui/modules/modal/modal.module.d.ts:1:22
    1 export declare class SuiModalModule {
                           ~~~~~~~~~~~~~~
    This likely means that the library (@giomamaladze/ng2-semantic-ui) which declares SuiModalModule 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.