I would like to set a input component at the middle of the page.
I have tried used ng-style: {'top':'50%'}, etc
any suggestion?
I would like to set a input component at the middle of the page.
I have tried used ng-style: {'top':'50%'}, etc
any suggestion?
Hello Mark,
Please look at this link, information there should be useful:
https://blog.appery.io/2015/12/develo...
Yes it helped, but the components are floating on the page in front of others.
I would like to achieve all the components are center-align followed by each other.
So is there something like spacer in HTML5?
I have put a grid with ng-style : {'height':'10vm'}
problem solved