sorry for my english. how to add js code in ionic 3 for use in particular page. im create countdown timer like this but ts (typescript) not accept js code. Thanks. like thisenter image description here
Asked
Active
Viewed 1,537 times
-1
-
TypeScript is a superset of Javascript, it does accept Javascript code. Can you show us code you're trying to add? – Zooly Jun 22 '18 at 13:24
-
thanks zooty: i'm using that js code : https://codepen.io/arcarr/pen/vGVGXN – Skull dev Jun 22 '18 at 13:47
1 Answers
0
Adding a custom JS in ionic is usually not needed.
But if you want to use use it anyway, You can refer to the StackOverflow Answer on using the custom JS to the ionic project.

Sujan Gainju
- 4,273
- 2
- 14
- 34
-
im attempting these step nothing happens just pop window generate and say hello from external js. – Skull dev Jun 22 '18 at 16:30
-
-
-
-