NOTE: JhipsterPress is changing its name to Springular, so be aware of it! I apologize for the inconvinience
You can do that using the *jhiHasAnyAuthority like in these examples:
<div *jhiHasAnyAuthority="'ROLE_ADMIN'">This should appear.... when ADMIN is logged </div>
<div *jhiHasAnyAuthority="['ROLE_ADMIN', 'ROLE_USER']">This should appear.... when ADMIN or USER is logged </div>