I\'m working on web site, that has slight different functionality based on version desktop/mobile.
I tried to apply it via @View, but it looks like this decorator is now
At the moment the best to replace @View decorator is using an *ngIf like this:
@View
*ngIf
modile stuff desktop stuff