Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
1977202b
Commit
1977202b
authored
Jun 08, 2020
by
Pankaj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Matrics Report : Resolved Errors
parent
6135109d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
matrics-report.component.ts
...ents/my-career/matrics-report/matrics-report.component.ts
+3
-0
matrics-report.model.ts
...mponents/my-career/matrics-report/matrics-report.model.ts
+7
-0
No files found.
frontend/angular/src/app/components/my-career/matrics-report/matrics-report.component.ts
View file @
1977202b
import
{
MatricsReport
}
from
'./matrics-report.model'
;
import
{
Component
,
OnDestroy
,
OnInit
}
from
'@angular/core'
;
import
{
ActivatedRoute
,
Router
}
from
'@angular/router'
;
import
{
Subscription
}
from
'rxjs/Subscription'
;
...
...
@@ -15,6 +16,8 @@ import { MatricsReportService } from './matrics-report.service';
export
class
MatricsReportComponent
implements
OnInit
,
OnDestroy
{
subscriptions
:
Array
<
Subscription
>
=
[];
report
:
MatricsReport
;
bos
:
any
[]
=
[];
coupons
:
any
[]
=
[];
bosCols
=
[
...
...
frontend/angular/src/app/components/my-career/matrics-report/matrics-report.model.ts
View file @
1977202b
export
class
MatricsReport
{
Date
:
Date
;
To
:
Date
;
Coupon
:
any
;
ObjectID
:
any
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment