javascript - Moving from Ionic 1 to ionic 2 -
trying port app ionic 1 ionic 2, got few queries:
how can setup push/pop pages links work when click on image, rather button?
do background images still work same ionic 1, doesn't seem work in ionic 2?
what correct way paste entire css ionic app, rather seperate bits in ionic 2 compile scss files?
how can comment out typescript? have tried /* ,
how list of products stored in factories.js used , imported in ionic 2? jsfiddle(dot)net/vgthumsm/
where controller code , js functions underneath pasted .ts file? jsfiddle(dot)net/qov7bh0w/
in order push (or pop) page on navcontroller stack, need respond event in code afaik.
background images should work fine using css.
app/theme/app.core.scss
best betcomments work same javascript comments.
// line commented /* commented out stuff on several lines */
Comments
Post a Comment