https://github.com/xmlking/ng-differential-loading
Testing Angular CLI v8 Differential Loading + NGXS
https://github.com/xmlking/ng-differential-loading
Last synced: 3 months ago
JSON representation
Testing Angular CLI v8 Differential Loading + NGXS
- Host: GitHub
- URL: https://github.com/xmlking/ng-differential-loading
- Owner: xmlking
- Created: 2019-04-25T21:34:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:59:27.000Z (about 3 years ago)
- Last Synced: 2025-03-25T06:28:05.054Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgxStarterKit
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0-beta.18.
> testing "Differential Loading" - A New Feature of Angular CLI v8
## Setup
`yarn`
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app 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 `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).