Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
amal
getme
Commits
ede6baa1
Commit
ede6baa1
authored
Feb 07, 2020
by
Adarsh K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cart
parent
9e070769
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cart.page.ts
src/app/cart/cart.page.ts
+2
-1
No files found.
src/app/cart/cart.page.ts
View file @
ede6baa1
...
@@ -49,6 +49,7 @@ export class CartPage implements OnInit {
...
@@ -49,6 +49,7 @@ export class CartPage implements OnInit {
totalAmt
:
number
;
totalAmt
:
number
;
bookDate
:
any
;
bookDate
:
any
;
timeinterval
:
any
;
timeinterval
:
any
;
deliveryTime
:
any
;
constructor
(
constructor
(
private
router
:
Router
,
private
router
:
Router
,
...
@@ -184,7 +185,7 @@ export class CartPage implements OnInit {
...
@@ -184,7 +185,7 @@ export class CartPage implements OnInit {
console
.
log
(
'ready for slide'
);
console
.
log
(
'ready for slide'
);
const
timeStamp
=
Math
.
floor
(
Date
.
now
()
/
1000
);
const
timeStamp
=
Math
.
floor
(
Date
.
now
()
/
1000
);
this
.
timeinterval
=
setInterval
(()
=>
{
this
.
timeinterval
=
setInterval
(()
=>
{
t
his
.
getDeliveryTime
(
timeStamp
);
T
his
.
getDeliveryTime
(
timeStamp
);
},
1000
);
},
1000
);
this
.
slides
.
slideNext
();
this
.
slides
.
slideNext
();
});
});
...
...
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