javascript - It's posible load and unload components in an angular application depends of the resolution? -
this idea. have website multiple angular components. example search box , 2 custom date-pickers.
i want have ability load search box in mobile , reduced version of date-picker in desktop load full js.
the same css, don't want load css rules , use media queries. want load mobile css , in desktop load plus pack of other new css.
Comments
Post a Comment