-
Notifications
You must be signed in to change notification settings - Fork 5
Contribution
Hrishikesh Paul edited this page Dec 20, 2020
·
1 revision
$ git clone https://github.com/hrishikeshpaul/ccf-asctb-reporter.git
$ cd ccf-asctb-reporter.git
$ npm install
$ ng serve -o
$ ng g c components/<component_name> --project=v2 --skip-import
- Navigate to
app.module.ts
- Import created component
- Add it to declarations to use across components.
ng g c modules/<component_name> --project=v2 --skip-import
- Navigate to
app.module.ts
- Import created component
- Add it to declarations to use across components.
- Global Services
$ ng generate s services/<service_name> --project=v2 --skipTests=true
- Component Services
$ ng generate s components/<component_name>/<service_name> --project=v2 --skipTests=true
- Getting Started
- Installation
- Visualization
- Compare
- Playground
- Search
- Report
- Indented List
- Debug Log
- Contributing