Go to file
dependabot[bot] 08e94b994f
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 02:30:45 +00:00
e2e Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
src Returns default error message 2019-11-13 15:46:04 -05:00
.editorconfig Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
.gitignore Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
.sonarcloud.properties Excludes tests from coverage calculations 2019-11-13 16:03:13 -05:00
.travis.yml Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
LICENSE Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
README.md Initial commit 2019-11-13 12:34:35 -05:00
angular.json Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
browserslist Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
karma.conf.js Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
package-lock.json Bump async from 2.6.3 to 2.6.4 2022-04-29 02:30:45 +00:00
package.json Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
sonar-project.properties Adds symbolic link 2019-11-13 15:21:21 -05:00
tsconfig.app.json Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
tsconfig.json Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
tsconfig.spec.json Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00
tslint.json Adds base Angular Material project, CI config files, and instructions. 2019-11-13 12:35:49 -05:00

README.md

Angular Material App Template

Build Status Coverage

Getting started

  1. Fork this repository.
  2. Rename the repository.
  3. Replace sartography with your own organization name in the following files:
    • /LICENSE
    • /README.md
    • /.sonarcloud.properties
    • /.travis.yml
  4. 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
  5. Change the API URLs in the following files:
    • /src/environments/environment.prod.ts
    • /src/environments/environment.staging.ts
    • /src/environments/environment.test.ts
  6. 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.