I've come across this statement on the angular website:
this.resolve !('hi there!');
I have no idea what the !
might mean in this context.
I've come across the non-null assertion operator but I somehow don't think that's what it is here. Any idea?