igniteui-cli icon indicating copy to clipboard operation
igniteui-cli copied to clipboard

Errors when creating a login project with side navigation

Open valadzhov opened this issue 3 years ago • 0 comments

Description

The following errors are displayed in the console when creating a login project with side navigation. image

  • Ignite UI CLI version: 9.1.0-beta.0
  • Framework: Angular
  • Project type: igx-ts

Steps to reproduce

  1. Install CLI version 9.1.0-beta.0
  2. Start the wizard and choose an Angular project, default theme, side navigation with login.
  3. 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.

valadzhov avatar Feb 23 '22 10:02 valadzhov