Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions competency-ui-lib/dist/competency-ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CompetencyUi

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

## Code scaffolding

Run `ng generate component component-name --project competency-ui` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project competency-ui`.
> Note: Don't forget to add `--project competency-ui` or else it will be added to the default project in your `angular.json` file.

## Build

Run `ng build competency-ui` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build competency-ui`, go to the dist folder `cd dist/competency-ui` and run `npm publish`.

## Running unit tests

Run `ng test competency-ui` to execute the unit tests via [Karma](https://karma-runner.github.io).

## 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).
15 changes: 15 additions & 0 deletions competency-ui-lib/dist/competency-ui/aastrika-comptency.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* Generated bundle index. Do not edit.
*/
export * from './public-api';
export { ActiveSummaryComponent as ɵj } from './competency/components/active-summary/active-summary.component';
export { CompetencyDashboardComponent as ɵi } from './competency/components/competency-dashboard/competency-dashboard.component';
export { GainedComptencyCardComponent as ɵg } from './competency/components/gained-comptency-card/gained-comptency-card.component';
export { RequiredComptencyCardComponent as ɵe } from './competency/components/required-comptency-card/required-comptency-card.component';
export { ActiveSummaryService as ɵk } from './competency/services/active-summary.service';
export { GainedService as ɵh } from './competency/services/gained.service';
export { RequiredCompetencyService as ɵf } from './competency/services/required-competency.service';
export { CompetencyEntryComponent as ɵb } from './entry-module/components/competency-entry/competency-entry.component';
export { SlefAssessmentEntryComponent as ɵa } from './entry-module/components/slef-assessment-entry/slef-assessment-entry.component';
export { SelfAssessmentCardComponent as ɵc } from './self-assessment/components/self-assessment-card/self-assessment-card.component';
export { SelfAssessmentComponent as ɵd } from './self-assessment/components/self-assessment/self-assessment.component';

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading