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
- Host: GitHub
- URL: https://github.com/leocaseiro/angular-cli-bug-issue-8321
- Owner: leocaseiro
- Created: 2017-11-03T01:03:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T01:07:32.000Z (over 7 years ago)
- Last Synced: 2025-01-07T19:21:30.107Z (4 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.