File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
projects/ngx-dhis2-validation-rule-filter Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Dhis2 Validation Rule Group Filter Library
2
2
[ ![ CircleCI] ( https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter.svg?style=svg )] ( https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter )
3
3
[ ![ Build Status] ( https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter.svg?branch=master )] ( https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter )
4
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6 /maintainability )] ( https://codeclimate.com/github/hisptz /ngx-dhis2-validation-rule-filter/maintainability )
5
- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6 /test_coverage )] ( https://codeclimate.com/github/hisptz /ngx-dhis2-validation-rule-filter/test_coverage )
4
+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5 /maintainability )] ( https://codeclimate.com/github/interactive-apps /ngx-dhis2-validation-rule-filter/maintainability )
5
+ [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5 /test_coverage )] ( https://codeclimate.com/github/interactive-apps /ngx-dhis2-validation-rule-filter/test_coverage )
6
6
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
7
7
[ ![ Gitter chat] ( https://badges.gitter.im/hisptz/gitter.png )] ( https://gitter.im/hisptz/community )
8
8
![ GitHub] ( https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg )
@@ -117,6 +117,3 @@ After installation you can use the following tags to start using it in your proj
117
117
118
118
## Licence
119
119
![ GitHub] ( https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg?style=for-the-badge )
120
-
121
-
122
-
Original file line number Diff line number Diff line change 1
1
# Dhis2 Validation Rule Group Filter Library
2
2
[ ![ CircleCI] ( https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter.svg?style=svg )] ( https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter )
3
3
[ ![ Build Status] ( https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter.svg?branch=master )] ( https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter )
4
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6 /maintainability )] ( https://codeclimate.com/github/hisptz /ngx-dhis2-validation-rule-filter/maintainability )
5
- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6 /test_coverage )] ( https://codeclimate.com/github/hisptz /ngx-dhis2-validation-rule-filter/test_coverage )
4
+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5 /maintainability )] ( https://codeclimate.com/github/interactive-apps /ngx-dhis2-validation-rule-filter/maintainability )
5
+ [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5 /test_coverage )] ( https://codeclimate.com/github/interactive-apps /ngx-dhis2-validation-rule-filter/test_coverage )
6
6
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
7
7
[ ![ Gitter chat] ( https://badges.gitter.im/hisptz/gitter.png )] ( https://gitter.im/hisptz/community )
8
8
![ GitHub] ( https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg )
@@ -117,6 +117,3 @@ After installation you can use the following tags to start using it in your proj
117
117
118
118
## Licence
119
119
![ GitHub] ( https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg?style=for-the-badge )
120
-
121
-
122
-
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ export class AppComponent {
21
21
22
22
ngOnInit ( ) {
23
23
this . dataElements = [
24
- // 'NQUI9v85csU',
25
- // 'SQ7kqkZkEwV',
26
- // 'Lnf095vgahq',
27
- // 'Lnf095vgahq',
28
- // 'Lnf095vgahq',
24
+ 'NQUI9v85csU' ,
25
+ 'SQ7kqkZkEwV' ,
26
+ 'Lnf095vgahq' ,
27
+ 'Lnf095vgahq' ,
28
+ 'Lnf095vgahq' ,
29
29
] ;
30
30
31
31
this . preSelectedVRGs = [
You can’t perform that action at this time.
0 commit comments