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
When selecting the Side navigation + login project template in Ignite UI CLI for Angular, numerous errors occur related to the authentication module. These errors prevent the project from building and running successfully.
Errors include:
Missing files such as polyfills.ngtypecheck.ts and polyfills.ts.
Standalone components being improperly declared in NgModule.
Errors with angular-auth-oidc-client including deprecated or missing members such as:
OidcConfigService
OpenIDImplicitFlowConfiguration
Index signature access issues (e.g., requiring bracket notation for properties).
Injection token errors and incorrect method usage (e.g., getToken() instead of getIdToken()).
Ignite UI CLI version: 14.3.6
Framework: Angular
Project type: igx-ts
Steps to reproduce
Run ig new to create a new project.
Choose the following options:
Project Name: demo
Framework: Angular
Project type: Ignite UI for Angular
Template: Side navigation + login
Theme: Default
Complete the setup and choose Run.
Observe the errors during the build.
Result
The project fails to build and start. Multiple TypeScript errors appear, especially related to the authentication module, missing files, and deprecated methods.
Expected result
The project should build and run without any errors. Authentication components should integrate properly without requiring additional modifications.
Attachments
The text was updated successfully, but these errors were encountered:
Description
When selecting the Side navigation + login project template in Ignite UI CLI for Angular, numerous errors occur related to the authentication module. These errors prevent the project from building and running successfully.
Errors include:
polyfills.ngtypecheck.ts
andpolyfills.ts
.NgModule
.angular-auth-oidc-client
including deprecated or missing members such as:OidcConfigService
OpenIDImplicitFlowConfiguration
getToken()
instead ofgetIdToken()
).Steps to reproduce
ig new
to create a new project.Result
The project fails to build and start. Multiple TypeScript errors appear, especially related to the authentication module, missing files, and deprecated methods.
Expected result
The project should build and run without any errors. Authentication components should integrate properly without requiring additional modifications.
Attachments
The text was updated successfully, but these errors were encountered: