mirror of
https://github.com/sartography/app-template-angular-material.git
synced 2025-02-22 12:18:11 +00:00
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 3.2.1 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v3.2.1) Updates `@angular-devkit/build-angular` from 0.803.18 to 15.0.0 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits/15.0.0) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Angular Material App Template
Getting started
- Fork this repository.
- Rename the repository.
- Replace
sartography
with your own organization name in the following files:/LICENSE
/README.md
/.sonarcloud.properties
/.travis.yml
- Replace
app-template-angular-material
with your own repository name in all files, including:/README.md
/.sonarcloud.properties
/angular.json
/karma.conf.js
/package.json
/package-lock.json
/src/index.html
/src/styles.scss
/src/app/app.component.ts
/src/app/app.component.spec.ts
/src/app/home/home.component.html
/e2e/src/app.e2e-spec.ts
- Change the API URLs in the following files:
/src/environments/environment.prod.ts
/src/environments/environment.staging.ts
/src/environments/environment.test.ts
- Replace the
sonar.login
SonarCloud authentication token in/.sonarcloud.properties
This project was generated with Angular CLI version 8.3.15.
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.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Languages
TypeScript
79.2%
HTML
7.7%
JavaScript
6.6%
SCSS
6.5%