please can do a tutorials how to design and customize dashboard in ionic 3
@basdfgwe6 жыл бұрын
Would've been awesome if you did a stackblitz for this.
@jsampat7617 жыл бұрын
Best tutorial!
@xzatech7 жыл бұрын
How do I find out more about Trending Codes
@Mouka806 жыл бұрын
thank you a lot am looking for this tuto about a month
@utpaulsarkar96947 жыл бұрын
plz update second video as soon as possible
@TrendingCodes7 жыл бұрын
Done
@ayoubBoumzebra7 жыл бұрын
Thank you, it is very useful :D
@alexandrer.1707 жыл бұрын
Hi, i followed you correctly, i'm on ionic 3.5 and i have this error : TypeError: this.el.nativeElement.getElementsbyClassName is not a function TypeError: this.el.nativeElement.getElementsbyClassName is not a function at ParallaxDirective what i've done wrong ?
@rtpHarry7 жыл бұрын
The function name is case sensitive, you need to put a capital B on it: getElementsByClassName
@alexandrer.1707 жыл бұрын
Thank you. I can go to part 2 now XD
@TrendingCodes7 жыл бұрын
Thanks for helping others
@ranasuraj107 жыл бұрын
sir i have followed you correctly but i faced a error TypeError: Cannot read property 'style' of undefined at DefaultDomRenderer2.setStyle
@TrendingCodes7 жыл бұрын
where you getting the error and lol dont call me a sir hahahaha
@ranasuraj107 жыл бұрын
whenever i enter in page it shows me the error
@salomonayah46375 жыл бұрын
We need the github repo
@MdRashedulIslamS6 жыл бұрын
this.re.setElementStyle(this.header, '-webkit-transform', 'translate3d(0,'+ this.ta +'px, 0) scale(1,1)'); maybe not webkittransform' this.re.setElementStyle(this.header, '-webkit-transform-origin', 'center bottom'); maybe not webTransformOrigin