igniteui-cli
igniteui-cli copied to clipboard
Errors when creating a login project with side navigation
Description
The following errors are displayed in the console when creating a login project with side navigation.

- Ignite UI CLI version: 9.1.0-beta.0
- Framework: Angular
- Project type: igx-ts
Steps to reproduce
- Install CLI version 9.1.0-beta.0
- Start the wizard and choose an Angular project, default theme, side navigation with login.
- Start the project.
This is also reproducible is you create the same project with the command
ig new newAngularProjectSideNavAuth --framework=angular --type=igx-ts --template=side-nav-auth
Result
No content is rendered and there are errors in the console.
Expected result
There shouldn't be any errors.