-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
My current application was in Angular 4 without Angular CLI. So I never had Angualr.json file or Angular-cli.json file. Now we want to generate that Angular CLI or angular.json file. Because this file is not available it is not taking any of the ng commands like ng serve or ng g c testing
How can I generate the file without using ng new command because ng new will create a new project which I don't want. I want to support my existing project.
Few notes on my project :
- We are launching multiple application from one folder
- We are launching each application from the ASPX page without using index.html.
Please see the screen shot attached of the error and the folder structure of my project
Metadata
Metadata
Assignees
Labels
No labels