-
Notifications
You must be signed in to change notification settings - Fork 8
Missing navigation for "Empty" project #1582
Description
When creating new "empty" project for (Angular/React) I end up on default home page with no navigation to the views with created components:
PS C:\GitHub\CLI> ig new
npm warn Unknown user config "email". This will stop working in the next major version of npm.
✔ Enter a name for your project: Angular
✔ Choose framework: Angular
✔ Choose the type of project: Ignite UI for Angular
Psst! Did you know you can also use our schematics package with Angular CLI to create and modify your projects?
Read more at: https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/cli-overview
✔ Choose project template: Empty Project
✔ Choose the theme for the project: Default
Generating project structure.
√ Project structure generated.
√ Git Initialized and Project 'Angular' Committed
✔ Choose an action: Add component
✔ Choose a group: Grids & Lists
✔ Choose a component: Grid
✔ Choose one: Back
✔ Choose a component: Back
✔ Choose a group: Charts
✔ Choose a component: Category Chart
✔ Name your component: Category Chart
√ View 'Category Chart' added.
✔ Choose an action: Complete & Run
✔ Choose app host port: 4200
React:
PS C:\GitHub\CLI> ig new
npm warn Unknown user config "email". This will stop working in the next major version of npm.
✔ Enter a name for your project: New
✔ Choose framework: React
Project type: Ignite UI for React
✔ Choose project template: Empty project
Theme: default
Generating project structure.
√ Project structure generated.
√ Git Initialized and Project 'New' Committed
✔ Choose an action: Add component
✔ Choose a group: Grids
✔ Name your component: Grid
√ View 'Grid' added.
✔ Choose an action: Complete & Run
✔ Choose app host port: 3003