Handles @include and @includeCode within comments/documents.
@include
@includeCode
The name of this component as set by the @Component decorator.
@Component
Return the application / root component instance.
Return the owner of this component.
Optional
Stops listening to an event.
the event to stop listening to.
the function to remove from the listener array.
Starts listening to an event.
the event to listen to.
function to be called when an this event is emitted.
optional priority to insert this hook with. Higher priority is placed earlier in the listener array.
Emits an event to all currently subscribed listeners.
the event to emit.
any arguments required for the event.
Handles
@includeand@includeCodewithin comments/documents.