Skip to content

I don't want to call my 'app', 'app'. #4506

Closed
@dopry

Description

@dopry

There is an assumption that I want have a /src/app folder. When I do not really want to have this folder. I actually want to have /src/{{moduleName}}/ , but totally appreciate using /src/app as a standard.

It'd be really nice if

const sourceRoot = path.join(project.root, project.ngConfig.apps[0].root, 'app');
just used root instead of enforcing 'app' and the angular-cli.json use src/app as root or there was another property for app folder on the application entity.

This would help enable multiple apps in one project...

a la
#1140

the apps proper in ng-cli.json is already an array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions