angular 1 では、この方法で 1 回のバインドを行うことができました{{ ::myFunction() }}
。
angular 2では、これは投げています:
EXCEPTION: Template parse errors:
Parser Error: Unexpected token : at column 2 in [{{ ::consent(false, undefined, box) }}] in CookieConsent@5:29 ("ull-right" href="" (click)="consent(true, $event, box)">De acuerdo</a>
<span class="hidden">[ERROR ->]{{ ::consent(false, undefined, box) }}</span>
angular2でワンタイムバインディングを行うにはどうすればよいですか?