https://github.com/heliomarpm/angular-initial_template
Boilerplate for Angular
https://github.com/heliomarpm/angular-initial_template
angular-boilerplate angular-project angular-project-structure angular-project-template angular-template boilerplate-template template template-project
Last synced: 9 months ago
JSON representation
Boilerplate for Angular
- Host: GitHub
- URL: https://github.com/heliomarpm/angular-initial_template
- Owner: heliomarpm
- Created: 2024-10-17T23:29:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T05:39:19.000Z (9 months ago)
- Last Synced: 2025-04-15T14:51:36.302Z (9 months ago)
- Topics: angular-boilerplate, angular-project, angular-project-structure, angular-project-template, angular-template, boilerplate-template, template, template-project
- Language: HTML
- Homepage:
- Size: 9.73 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Angular Initial Template
[](https://shields.io/)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.9.
## This template contains (WIP)
- [x] Using standalone components
- [x] Using scss stylesheet.
- [x] Added route view animation
- [x] Added lazy loading routing.
- [x] Configured ESLint and Prettier
- [x] SideNav with collapse/expand animation
- [x] Page not found (404) handling
- [ ] Global error handling
- [ ] Toggle between light/dark templates.
- [ ] Breadcrumb navigator.
- [ ] Sentry.io integration for error analysis

## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application 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.
## 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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.