https://github.com/devonfw/devon4ng-application-template
devon4ng application template based on Angular
https://github.com/devonfw/devon4ng-application-template
asset-devon4ng
Last synced: about 1 year ago
JSON representation
devon4ng application template based on Angular
- Host: GitHub
- URL: https://github.com/devonfw/devon4ng-application-template
- Owner: devonfw
- License: apache-2.0
- Created: 2017-07-04T10:36:59.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-01T16:00:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T02:04:59.510Z (about 1 year ago)
- Topics: asset-devon4ng
- Language: TypeScript
- Homepage:
- Size: 3.72 MB
- Stars: 4
- Watchers: 26
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING_GUIDE.asciidoc
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.asciidoc
Awesome Lists containing this project
README
# devon4ng Application Template
This project has been updated to **Angular 12** and uses the [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
## 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).