An open API service indexing awesome lists of open source software.

https://github.com/leocaseiro/angular-cli-bug-issue-8321

Multiple apps Lazy Modules bug angular-cli #8321
https://github.com/leocaseiro/angular-cli-bug-issue-8321

Last synced: 2 months ago
JSON representation

Multiple apps Lazy Modules bug angular-cli #8321

Awesome Lists containing this project

README

        

# AngularCliLoadChildrenMultipleApps

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.0. and it's a referencee for the [angular-cli issue #8321](https://github.com/angular/angular-cli/issues/8321).

## Development server

Run `npm run start:app1` for a dev server. Navigate to `http://localhost:3011/`. The app1 will automatically reload if you change any of the source files.

Run `npm run start:app2` for a dev server. Navigate to `http://localhost:3012/`. The app2 will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `npm run build:app1` to build the app1 project. The build artifacts will be stored in the `dist/app1` directory.

Run `npm run build:app2` to build the app2 project. The build artifacts will be stored in the `dist/app2` directory.